Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dialogflow] flake: Operation did not complete within the designated timeout. #3490

Closed
tmatsuo opened this issue Apr 23, 2020 · 2 comments
Closed
Assignees
Labels
api: dialogflow Issues related to the Dialogflow API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@tmatsuo
Copy link
Contributor

tmatsuo commented Apr 23, 2020

build

Log:

Traceback (most recent call last):
  File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/create_document_test.py", line 53, in test_create_document
    'text/html', 'FAQ', 'https://cloud.google.com/storage/docs/faq')
  File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/document_management.py", line 63, in create_document
    document = response.result(timeout=90)
  File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/future/polling.py", line 125, in result
    self._blocking_poll(timeout=timeout)
  File "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/future/polling.py", line 107, in _blocking_poll
    "Operation did not complete within the designated " "timeout."
concurrent.futures._base.TimeoutError: Operation did not complete within the designated timeout.
@kurtisvg kurtisvg added api: dialogflow Issues related to the Dialogflow API. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Apr 24, 2020
@kurtisvg kurtisvg assigned nnegrey and unassigned kurtisvg Apr 24, 2020
@tmatsuo tmatsuo added the priority: p2 Moderately-important priority. Fix may not be included in next release. label Apr 24, 2020
@tmatsuo tmatsuo assigned tmatsuo and unassigned nnegrey May 1, 2020
@tmatsuo
Copy link
Contributor Author

tmatsuo commented May 1, 2020

@nnegrey I'll take this and try to fix it tomorrow, but if you've already started working on this, feel free to take it back.

tmatsuo pushed a commit to tmatsuo/python-docs-samples that referenced this issue May 2, 2020
@tmatsuo
Copy link
Contributor Author

tmatsuo commented May 2, 2020

Build cop bot caught it #3672

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: dialogflow Issues related to the Dialogflow API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants