LDTP
2.3.1
|
wait([<number of seconds to suspend current execution>])
Suspend execution for the specified time period. Default wait time is 5 seconds.
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/python/ldtputils.py
To suspend the current sequence of execution for 5 seconds
from ldtputils import *
wait(5)