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

Commit 3d7d9f6

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

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
@@ -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)