Skip to content

Commit 2b9003d

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 eebe352 commit 2b9003d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-videointelligence/samples/analyze

packages/google-cloud-videointelligence/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)