Searched refs:SLEEP_TIME (Results 1 – 4 of 4) sorted by relevance
22 SLEEP_TIME = 600 # 10 minutes; time between polling of buildbot. variable256 time.sleep(SLEEP_TIME)264 pending_time = SLEEP_TIME318 pending_time += SLEEP_TIME322 logger.GetLogger().LogOutput('Sleeping {0} seconds.'.format(SLEEP_TIME))323 running_time += SLEEP_TIME325 time.sleep(SLEEP_TIME)380 time.sleep(SLEEP_TIME)381 elapsed_time += SLEEP_TIME
74 SLEEP_TIME = 1.5 variable291 time.sleep(SLEEP_TIME)295 time.sleep(SLEEP_TIME)308 time.sleep(SLEEP_TIME)328 time.sleep(SLEEP_TIME)
27 SLEEP_TIME = 600 variable74 logger.GetLogger().LogOutput('Sleeping {0} seconds.'.format(SLEEP_TIME))75 time.sleep(SLEEP_TIME)76 running_time += SLEEP_TIME
149 #define SLEEP_TIME 10 /*Amount of time the children get to catch the signal */ macro361 (void)sleep(SLEEP_TIME); in parent_rout()