Skip to content

Commit 8ef9e08

Browse files
munkhuushmglleahecole
authored andcommitted
chore: increased timeout by 200s to reduce flakiness (#152)
Fixes #149 #150 🦕
1 parent 592a20b commit 8ef9e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

videointelligence/samples/analyze/beta_snippets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def track_objects_gcs(gcs_uri):
227227
)
228228
print("\nProcessing video for object annotations.")
229229

230-
result = operation.result(timeout=300)
230+
result = operation.result(timeout=500)
231231
print("\nFinished processing.\n")
232232

233233
# The first result is retrieved because a single video was processed.
@@ -291,7 +291,7 @@ def track_objects(path):
291291
)
292292
print("\nProcessing video for object annotations.")
293293

294-
result = operation.result(timeout=300)
294+
result = operation.result(timeout=500)
295295
print("\nFinished processing.\n")
296296

297297
# The first result is retrieved because a single video was processed.

0 commit comments

Comments
 (0)