Searched refs:timeout_error (Results 1 – 2 of 2) sorted by relevance
1394 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument1404 if timeout_error == _DEFAULT_TIMEOUT_ERR:1405 timeout_error = timeout_error % timeout_secs1410 raise errors.FunctionTimeoutError(timeout_error)
552 timeout_error = errors.DeviceBootTimeoutError(_EMULATOR_TIMEOUT_ERROR %557 timeout_exception=timeout_error,