Searched refs:DEADLINE_SECS (Results 1 – 2 of 2) sorted by relevance
28 DEADLINE_SECS = 60 * 60 # 60 minutes. variable142 if (time.time() - time_started_polling) > DEADLINE_SECS:145 DEADLINE_SECS))
31 DEADLINE_SECS = 2* 60 * 60 # 2 hours. variable124 if (time.time() - time_started_polling) > DEADLINE_SECS:127 DEADLINE_SECS))