Skip to content

Commit f8acf96

Browse files
engelkedanoscarmike
authored andcommitted
Wait longer for sometimes slow operation [(#2056)](GoogleCloudPlatform/python-docs-samples#2056)
1 parent 5338264 commit f8acf96

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-videointelligence/samples/analyze

1 file changed

+1
-1
lines changed

packages/google-cloud-videointelligence/samples/analyze/analyze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def analyze_labels(path):
7575
path, features=features, video_context=context)
7676
print('\nProcessing video for label annotations:')
7777

78-
result = operation.result(timeout=90)
78+
result = operation.result(timeout=180)
7979
print('\nFinished processing.')
8080

8181
# Process video/segment level label annotations

0 commit comments

Comments
 (0)