Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(speech): increase timeout values in client config (via synth) #9922

Merged
merged 1 commit into from
Dec 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[CHANGE ME] Re-generated speech to pick up changes in the API or clie…
…nt library generator.
  • Loading branch information
yoshi-automation committed Dec 6, 2019
commit 09059f26dd38176ddedef6d7dcffdc686cf1a088
6 changes: 3 additions & 3 deletions speech/google/cloud/speech_v1/gapic/speech_client_config.py
Original file line number Diff line number Diff line change
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
6 changes: 3 additions & 3 deletions speech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-11-21T13:29:12.439962Z",
"updateTime": "2019-12-06T13:22:56.812405Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5bc0fecee454f857cec042fb99fe2d22e1bff5bc",
"internalRef": "281635572"
"sha": "b10e4547017ca529ac8d183e839f3c272e1c13de",
"internalRef": "284059574"
}
},
{
Expand Down