Skip to content

Commit

Permalink
feat: update timeouts (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dwsupplee committed Dec 10, 2019
1 parent 0065969 commit 4b9377f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Speech/src/V1/resources/speech_client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"initial_retry_delay_millis": 100,
"retry_delay_multiplier": 1.3,
"max_retry_delay_millis": 60000,
"initial_rpc_timeout_millis": 20000,
"initial_rpc_timeout_millis": 1000000,
"rpc_timeout_multiplier": 1.0,
"max_rpc_timeout_millis": 20000,
"total_timeout_millis": 600000
"max_rpc_timeout_millis": 1000000,
"total_timeout_millis": 5000000
}
},
"methods": {
Expand Down
10 changes: 9 additions & 1 deletion Speech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"updateTime": "2019-11-21T03:02:50.462032Z",
"updateTime": "2019-12-06T11:01:46.590698Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.42.1",
"dockerImage": "googleapis/artman@sha256:c773192618c608a7a0415dd95282f841f8e6bcdef7dd760a988c93b77a64bd57"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b10e4547017ca529ac8d183e839f3c272e1c13de",
"internalRef": "284059574"
}
}
],
"destinations": [
Expand Down

0 comments on commit 4b9377f

Please sign in to comment.