Searched refs:DEFAULT_TIMEOUT_SECS (Results 1 – 4 of 4) sorted by relevance
140 curr_time = token_time + xsrfutil.DEFAULT_TIMEOUT_SECS + 1151 curr_time = token_time + xsrfutil.DEFAULT_TIMEOUT_SECS + 1161 curr_time = token_time + xsrfutil.DEFAULT_TIMEOUT_SECS - 1182 curr_time = token_time + xsrfutil.DEFAULT_TIMEOUT_SECS - 1206 curr_time = token_time + xsrfutil.DEFAULT_TIMEOUT_SECS - 1
34 DEFAULT_TIMEOUT_SECS = 60 * 60 variable93 if current_time - token_time > DEFAULT_TIMEOUT_SECS:
375 grace_period_secs=swarming_lib.DEFAULT_TIMEOUT_SECS,377 io_timeout_secs=swarming_lib.DEFAULT_TIMEOUT_SECS,
51 DEFAULT_TIMEOUT_SECS = 60 * 60 variable