LDTP  2.3.1
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 <nagappan@gmail.com>
Shankar Ganesh <shagan.glare@gmail.com>