File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def run_quickstart():
3333 'gs://demomaker/cat.mp4' , features = features )
3434 print ('\n Processing video for label annotations:' )
3535
36- result = operation .result (timeout = 90 )
36+ result = operation .result (timeout = 120 )
3737 print ('\n Finished processing.' )
3838
3939 # 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):
4444 print ('\n Processing video for shot change annotations:' )
4545
4646 # [START video_shot_tutorial_check_operation]
47- result = operation .result (timeout = 90 )
47+ result = operation .result (timeout = 120 )
4848 print ('\n Finished processing.' )
4949 # [END video_shot_tutorial_check_operation]
5050
You can’t perform that action at this time.
0 commit comments