SLEEP instruction
This instruction will cause the current action to be suspended. The action will subsequently resume after the indicated period of time in seconds.
Syntax
sleep
where
Example:
sleep 5
This instruction will suspend the current action for 5 seconds