Sign in
chromium
/
chromiumos
/
third_party
/
labpack
/
0f6fbd5a857b97d154b70a68d23780cfe1aff253
/
.
/
client
/
tests
/
sleeptest
/
sleeptest.py
blob: 55c305cdfbbaab481c554a5024cb550480d52709 [
file
] [
log
] [
blame
]
import
time
from
autotest_lib
.
client
.
bin
import
test
class
sleeptest
(
test
.
test
):
version
=
1
def
run_once
(
self
,
seconds
=
1
):
time
.
sleep
(
seconds
)