Commit 8f47050 1 parent 1f499aa commit 8f47050 Copy full SHA for 8f47050
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def run_quickstart():
33
33
'gs://demomaker/cat.mp4' , features = features )
34
34
print ('\n Processing video for label annotations:' )
35
35
36
- result = operation .result (timeout = 90 )
36
+ result = operation .result (timeout = 120 )
37
37
print ('\n Finished processing.' )
38
38
39
39
# first result is retrieved because a single video was processed
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def analyze_shots(path):
44
44
print ('\n Processing video for shot change annotations:' )
45
45
46
46
# [START video_shot_tutorial_check_operation]
47
- result = operation .result (timeout = 90 )
47
+ result = operation .result (timeout = 120 )
48
48
print ('\n Finished processing.' )
49
49
# [END video_shot_tutorial_check_operation]
50
50
You can’t perform that action at this time.
0 commit comments