Searched refs:timeout_error (Results 1 – 2 of 2) sorted by relevance
1428 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument1438 if timeout_error == _DEFAULT_TIMEOUT_ERR:1439 timeout_error = timeout_error % timeout_secs1444 raise errors.FunctionTimeoutError(timeout_error)
577 timeout_error = errors.DeviceBootTimeoutError(_EMULATOR_TIMEOUT_ERROR %582 timeout_exception=timeout_error,