We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f499aa commit 8f47050Copy full SHA for 8f47050
video/cloud-client/quickstart/quickstart.py
@@ -33,7 +33,7 @@ def run_quickstart():
33
'gs://demomaker/cat.mp4', features=features)
34
print('\nProcessing video for label annotations:')
35
36
- result = operation.result(timeout=90)
+ result = operation.result(timeout=120)
37
print('\nFinished processing.')
38
39
# first result is retrieved because a single video was processed
video/cloud-client/shotchange/shotchange.py
@@ -44,7 +44,7 @@ def analyze_shots(path):
44
print('\nProcessing video for shot change annotations:')
45
46
# [START video_shot_tutorial_check_operation]
47
48
49
# [END video_shot_tutorial_check_operation]
50
0 commit comments