diff --git a/video/cloud-client/analyze/analyze.py b/video/cloud-client/analyze/analyze.py index 4af90b91447..e86193c10e4 100644 --- a/video/cloud-client/analyze/analyze.py +++ b/video/cloud-client/analyze/analyze.py @@ -75,7 +75,7 @@ def analyze_labels(path): path, features=features, video_context=context) print('\nProcessing video for label annotations:') - result = operation.result(timeout=90) + result = operation.result(timeout=180) print('\nFinished processing.') # Process video/segment level label annotations