Skip to content

Commit 3479b13

Browse files
authored
Wait longer for sometimes slow operation (#2056)
1 parent ffa8f9d commit 3479b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video/cloud-client/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)