Lines Matching refs:time
38 import time
141 """ Send package quux@1.0 an action at a time, restarting the
584 start_time = time.time()
585 while not found and time.time() - start_time < timeout:
586 time.sleep(1)
600 start_time = time.time()
602 while not got and (time.time() - start_time) < timeout:
611 time.sleep(1)
848 begintime = time.time()
853 while (time.time() - begintime) <= 40.0:
863 time.sleep(check_interval)