Home
last modified time | relevance | path

Searched refs:DEFAULT_TIMEOUT_SECS (Results 1 – 4 of 4) sorted by relevance

/external/python/oauth2client/tests/contrib/
Dtest_xsrfutil.py140 curr_time = token_time + xsrfutil.DEFAULT_TIMEOUT_SECS + 1
151 curr_time = token_time + xsrfutil.DEFAULT_TIMEOUT_SECS + 1
161 curr_time = token_time + xsrfutil.DEFAULT_TIMEOUT_SECS - 1
182 curr_time = token_time + xsrfutil.DEFAULT_TIMEOUT_SECS - 1
206 curr_time = token_time + xsrfutil.DEFAULT_TIMEOUT_SECS - 1
/external/python/oauth2client/oauth2client/contrib/
Dxsrfutil.py34 DEFAULT_TIMEOUT_SECS = 60 * 60 variable
93 if current_time - token_time > DEFAULT_TIMEOUT_SECS:
/external/autotest/venv/skylab_suite/
Dcros_suite.py375 grace_period_secs=swarming_lib.DEFAULT_TIMEOUT_SECS,
377 io_timeout_secs=swarming_lib.DEFAULT_TIMEOUT_SECS,
Dswarming_lib.py51 DEFAULT_TIMEOUT_SECS = 60 * 60 variable