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