diff --git a/video/cloud-client/analyze/analyze.py b/video/cloud-client/analyze/analyze.py index 3ceef445038..d7e590928be 100644 --- a/video/cloud-client/analyze/analyze.py +++ b/video/cloud-client/analyze/analyze.py @@ -296,7 +296,7 @@ def video_detect_text_gcs(input_uri): features=features) print('\nProcessing video for text detection.') - result = operation.result(timeout=300) + result = operation.result(timeout=600) # The first result is retrieved because a single video was processed. annotation_result = result.annotation_results[0]