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