LDTP  3.0.0
wait

Syntax

wait([<number of seconds to suspend current execution>])

Description

Suspend execution for the specified time period. Default wait time is 5 seconds.

Note
Time in seconds.

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/python/ldtputils.py

Example

To suspend the current sequence of execution for 5 seconds

from ldtputils import *

wait(5)

Author
Nagappan Alagappan nagap.nosp@m.pan@.nosp@m.gmail.nosp@m..com
Shankar Ganesh shaga.nosp@m.n.gl.nosp@m.are@g.nosp@m.mail.nosp@m..com


Linux Desktop Testing Project