Skip to content

Commit e109400

Browse files
munkhuushmglleahecole
authored andcommitted
chore: increased timeout to max (#161)
1 parent 936a9da commit e109400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videointelligence/samples/analyze/beta_snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def stream_generator():
604604
# The default timeout is about 300 seconds.
605605
# To process longer videos it should be set to
606606
# larger than the length (in seconds) of the stream.
607-
responses = client.streaming_annotate_video(requests, timeout=600)
607+
responses = client.streaming_annotate_video(requests, timeout=900)
608608

609609
# Each response corresponds to about 1 second of video.
610610
for response in responses:

0 commit comments

Comments
 (0)