Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Update analyze.py [(#3088)](GoogleCloudPlatform/python-docs-samples#3088
Browse files Browse the repository at this point in the history
)

Fix: GoogleCloudPlatform/python-docs-samples#2991

This test should take around 10-15 seconds to run, but every once in awhile there seems to be something causing it to take a long time.
  • Loading branch information
nnegrey authored and danoscarmike committed Sep 30, 2020
1 parent c98cabd commit 0485e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/analyze/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def video_detect_text_gcs(input_uri):
features=features)

print('\nProcessing video for text detection.')
result = operation.result(timeout=300)
result = operation.result(timeout=600)

# The first result is retrieved because a single video was processed.
annotation_result = result.annotation_results[0]
Expand Down

0 comments on commit 0485e09

Please sign in to comment.