Skip to content

Commit 18dc311

Browse files
authored
Update analyze.py (#3088)
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.
1 parent 6c39e0b commit 18dc311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video/cloud-client/analyze/analyze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def video_detect_text_gcs(input_uri):
296296
features=features)
297297

298298
print('\nProcessing video for text detection.')
299-
result = operation.result(timeout=300)
299+
result = operation.result(timeout=600)
300300

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

0 commit comments

Comments
 (0)