Skip to content

Commit 30f14f3

Browse files
engelkeleahecole
authored andcommitted
Wait longer for sometimes slow operation [(#2056)](#2056)
1 parent d6c8dab commit 30f14f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)