LDTP
3.5.0
|
wait([<number of seconds to suspend current execution>])
Suspend execution for the specified time period. Default wait time is 5 seconds.
Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/core.py
Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/core.py
Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Utils.cs
To suspend the current sequence of execution for 5 seconds
from ldtputils import *
wait(5)