LDTP  3.0.0
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 nagap.nosp@m.pan@.nosp@m.gmail.nosp@m..com


Linux Desktop Testing Project