We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83355c3 commit 93d5063Copy full SHA for 93d5063
videointelligence/samples/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
0 commit comments