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

Commit 0485e09

Browse files
nnegreydanoscarmike
authored andcommitted
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.
1 parent c98cabd commit 0485e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/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)