Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
fix(speech): increase default timeout for v1p1beta1 (via synth) (#9999)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and busunkim96 committed Jan 8, 2020
1 parent ed86bc4 commit e9b4919
Show file tree
Hide file tree
Showing 2 changed files with 3,613 additions and 8 deletions.
6 changes: 3 additions & 3 deletions google/cloud/speech_v1p1beta1/gapic/speech_client_config.py
Expand Up @@ -10,10 +10,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

0 comments on commit e9b4919

Please sign in to comment.