Skip to content

Commit 8f47050

Browse files
authoredNov 26, 2018
Longer timeouts to address intermittent failures (#1871)
1 parent 1f499aa commit 8f47050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎video/cloud-client/quickstart/quickstart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run_quickstart():
3333
'gs://demomaker/cat.mp4', features=features)
3434
print('\nProcessing video for label annotations:')
3535

36-
result = operation.result(timeout=90)
36+
result = operation.result(timeout=120)
3737
print('\nFinished processing.')
3838

3939
# first result is retrieved because a single video was processed

‎video/cloud-client/shotchange/shotchange.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def analyze_shots(path):
4444
print('\nProcessing 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('\nFinished processing.')
4949
# [END video_shot_tutorial_check_operation]
5050

0 commit comments

Comments
 (0)