sleepms - Delay [Deprecated]

Temporarily suspend test suite execution for a fixed duration, displaying an optional message on the PLT screen for the duration of the delay.

Deprecated since version Use: wait - Delay instead.

Usage:

- command: sleepms <duration> [<message>]

Argument

Description

duration

Delay duration, in milliseconds (integer). If a timeout: step field is also set, the shorter of the two is used. If neither is set, the step fails.

message

Optional: Message to display on screen during delay.

The operator can abort the delay early from the PLT screen; doing so aborts the running test plan.

Note

If duration cannot be parsed as an integer, it is instead treated as message (i.e. sleepms <message> with no explicit duration), and a timeout: step field must supply the delay.

See also