HP StorageWorks Storage Mirroring Recover Scripting Guide (T5437-96022, November 2010)

Wait
Command
WAIT
Description
This command is used in scripts to force the script to stop executing until
the specified number of milliseconds has elapsed.
Syntax
WAIT <ms>
Options
ms—Length of time in milliseconds
Examples
wait 5000
Notes
This example waits for 5 seconds.