Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dutils.py108 _DEFAULT_TIMEOUT_ERR = "Function did not complete within %d secs." variable
1267 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR):
1277 if timeout_error == _DEFAULT_TIMEOUT_ERR: