Home
last modified time | relevance | path

Searched defs:timeout_secs (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/create/
Dlocal_image_local_instance.py208 timeout_secs=_LAUNCH_CVD_TIMEOUT_SECS): argument
/tools/acloud/internal/lib/
Dutils.py252 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument
1184 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument