Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dutils.py243 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument
1156 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument