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)