Traceback (most recent call last):
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 81, in _done_or_raise
raise _OperationNotComplete()
google.api_core.future.polling._OperationNotComplete
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 101, in _blocking_poll
retry_(self._done_or_raise)()
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func
on_error=on_error,
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/retry.py", line 206, in retry_target
last_exc,
File "<string>", line 3, in raise_from
google.api_core.exceptions.RetryError: Deadline of 120.0s exceeded while calling functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7ffbea79c048>>), last exception:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/translate_v3_batch_translate_text_with_glossary_test.py", line 60, in test_batch_translate_text_with_glossary
glossary,
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/translate_v3_batch_translate_text_with_glossary.py", line 68, in batch_translate_text_with_glossary
response = operation.result(120)
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 122, in result
self._blocking_poll(timeout=timeout)
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 104, in _blocking_poll
"Operation did not complete within the designated " "timeout."
concurrent.futures._base.TimeoutError: Operation did not complete within the designated timeout.
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 81, in _done_or_raise
raise _OperationNotComplete()
google.api_core.future.polling._OperationNotComplete
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 101, in _blocking_poll
retry_(self._done_or_raise)()
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func
on_error=on_error,
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/retry.py", line 206, in retry_target
last_exc,
File "<string>", line 3, in raise_from
google.api_core.exceptions.RetryError: Deadline of 120.0s exceeded while calling functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7ffbea79c048>>), last exception:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/translate_v3_batch_translate_text_with_glossary_test.py", line 60, in test_batch_translate_text_with_glossary
glossary,
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/translate_v3_batch_translate_text_with_glossary.py", line 68, in batch_translate_text_with_glossary
response = operation.result(120)
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 122, in result
self._blocking_poll(timeout=timeout)
File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 104, in _blocking_poll
"Operation did not complete within the designated " "timeout."
concurrent.futures._base.TimeoutError: Operation did not complete within the designated timeout.
Traceback (most recent call last): File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/retry.py", line 184, in retry_target return target() File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 81, in _done_or_raise raise _OperationNotComplete() google.api_core.future.polling._OperationNotComplete The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 101, in _blocking_poll retry_(self._done_or_raise)() File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func on_error=on_error, File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/retry.py", line 206, in retry_target last_exc, File "<string>", line 3, in raise_from google.api_core.exceptions.RetryError: Deadline of 120.0s exceeded while calling functools.partial(<bound method PollingFuture._done_or_raise of <google.api_core.operation.Operation object at 0x7ffbea79c048>>), last exception: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/translate_v3_batch_translate_text_with_glossary_test.py", line 60, in test_batch_translate_text_with_glossary glossary, File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/translate_v3_batch_translate_text_with_glossary.py", line 68, in batch_translate_text_with_glossary response = operation.result(120) File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 122, in result self._blocking_poll(timeout=timeout) File "/tmpfs/src/github/python-docs-samples/translate/cloud-client/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 104, in _blocking_poll "Operation did not complete within the designated " "timeout." concurrent.futures._base.TimeoutError: Operation did not complete within the designated timeout.