Skip to content

Commit

Permalink
fix: increase gRPC timeout window (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and JustinBeckwith committed Nov 6, 2018
1 parent b285f05 commit 83e0a28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"methods": {
"AnnotateVideo": {
"timeout_millis": 60000,
"timeout_millis": 600000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"methods": {
"AnnotateVideo": {
"timeout_millis": 60000,
"timeout_millis": 600000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"methods": {
"AnnotateVideo": {
"timeout_millis": 60000,
"timeout_millis": 600000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
}
Expand Down

0 comments on commit 83e0a28

Please sign in to comment.