Home
last modified time | relevance | path

Searched refs:DEADLINE_SECS (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/infra/bots/g3_compile/
Dtrigger_wait_g3_task.py28 DEADLINE_SECS = 60 * 60 # 60 minutes. variable
142 if (time.time() - time_started_polling) > DEADLINE_SECS:
145 DEADLINE_SECS))
/third_party/flutter/skia/infra/bots/android_compile/
Dtrigger_wait_ac_task.py31 DEADLINE_SECS = 2* 60 * 60 # 2 hours. variable
124 if (time.time() - time_started_polling) > DEADLINE_SECS:
127 DEADLINE_SECS))