Searched refs:timeout_error (Results 1 – 2 of 2) sorted by relevance
1434 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument1444 if timeout_error == _DEFAULT_TIMEOUT_ERR:1445 timeout_error = timeout_error % timeout_secs1450 raise errors.FunctionTimeoutError(timeout_error)
543 timeout_error = errors.DeviceBootTimeoutError(_EMULATOR_TIMEOUT_ERROR %548 timeout_exception=timeout_error,