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.py227 timeout_secs=constants.DEFAULT_CF_BOOT_TIMEOUT): argument
/tools/acloud/internal/lib/
Dutils.py258 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument
1267 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument