HomeSort by relevance Sort by last modified time
    Searched refs:timeout_exception (Results 1 - 4 of 4) sorted by null

  /tools/acloud/internal/lib/
android_compute_client.py 309 timeout_exception = errors.DeviceBootTimeoutError(
314 timeout_exception=timeout_exception,
utils.py 205 def PollAndWait(func, expected_return, timeout_exception, timeout_secs,
212 timeout_exception: Exception to raise when it hits timeout.
221 timeout_exception: if the run of function times out.
232 raise timeout_exception
gcompute_client.py 124 timeout_exception = errors.GceOperationTimeoutError(
130 timeout_exception=timeout_exception,
    [all...]
gcompute_client_test.py 142 timeout_exception=mock_error,

Completed in 119 milliseconds