Skip to content

Commit

Permalink
Update analyze.py (#3088)
Browse files Browse the repository at this point in the history
Fix: #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 Mar 11, 2020
1 parent 6c39e0b commit 18dc311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/cloud-client/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 18dc311

Please sign in to comment.