Skip to content

Commit 5aa40e3

Browse files
munkhuushmglleahecole
authored andcommitted
chore: increased designed timeout by 1 minute (#110)
Fixes #108 🦕 I ran 418 times to repro this error but Instead I got DeadlineExceeded exception. Then, on the second attempt, I ran 78 times to repro this error. this error occurs very randomly, I am not sure if its some kind of backend timeout or throttling. First attempt to fix this --> increasing timeout If this won't work, i will increase it to 4 min. If that doesn't work, I will raise this issue as P1.
1 parent 8d7fc7d commit 5aa40e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videointelligence/samples/quickstart/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run_quickstart():
3737
)
3838
print("\nProcessing video for label annotations:")
3939

40-
result = operation.result(timeout=120)
40+
result = operation.result(timeout=180)
4141
print("\nFinished processing.")
4242

4343
# first result is retrieved because a single video was processed

0 commit comments

Comments
 (0)