LDTP  2.3.1
delaycmdexec

Syntax

delaycmdexec([<number of seconds to delay commands execution>])

Description

Delay commands execution for the specified time period. Default wait time is None.

Note:
Time in seconds.

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

Example

To delay the current sequence of execution for 5 seconds

from ldtputils import *

delaycmdexec(5)

Author:
Nagappan Alagappan <nagappan@gmail.com>