FuncUnit.wait(time, callback) -> undefined
{optional:Number}
The timeout in milliseconds. Defaults to 5000.
{optional:Function}
A callback that will run after the wait has completed, but before any more queued actions.
{undefined}
Waits a timeout before running the next command. Wait is an action and gets added to the queue.