We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb86651 commit a171740Copy full SHA for a171740
videointelligence/samples/analyze/beta_snippets.py
@@ -604,7 +604,7 @@ def stream_generator():
604
# The default timeout is about 300 seconds.
605
# To process longer videos it should be set to
606
# larger than the length (in seconds) of the stream.
607
- responses = client.streaming_annotate_video(requests, timeout=600)
+ responses = client.streaming_annotate_video(requests, timeout=900)
608
609
# Each response corresponds to about 1 second of video.
610
for response in responses:
0 commit comments