From 9aa98491aeb2d9cc6ed20ef316a8f6953cd0a068 Mon Sep 17 00:00:00 2001 From: Charles Engelke Date: Mon, 18 Mar 2019 13:29:13 -0700 Subject: [PATCH] Wait longer for sometimes slow operation --- video/cloud-client/analyze/analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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