Release Date: Saturday, October 21, 2017

Change Log

New Feature

Robin 2.5-M3 Release Notes ROBIN-122 - Enhance robin wait command to accept a timeout.

This release enhanced the wait command in robin scripting to be able to specify a timeout and polling interval.

wait [for <timeout>] [with <pollingInterval> polls] until ...

For example

wait 2 minutes with 15 second polls until the orders app in the
orders-xvm orderCount is 100