From be2bd9f3c66e90d65c6c336a32b4f4305ebe48fa Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 6 Dec 2019 11:22:30 -0800 Subject: [PATCH] fix(speech): increase timeout values in client config (via synth) (#9922) --- speech/google/cloud/speech_v1/gapic/speech_client_config.py | 6 +++--- speech/synth.metadata | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/speech/google/cloud/speech_v1/gapic/speech_client_config.py b/speech/google/cloud/speech_v1/gapic/speech_client_config.py index 6f01d222bbc1..555d3f2a7005 100644 --- a/speech/google/cloud/speech_v1/gapic/speech_client_config.py +++ b/speech/google/cloud/speech_v1/gapic/speech_client_config.py @@ -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": { diff --git a/speech/synth.metadata b/speech/synth.metadata index 12be7dea3036..be9cac16e1cf 100644 --- a/speech/synth.metadata +++ b/speech/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2019-11-21T13:29:12.439962Z", + "updateTime": "2019-12-06T13:22:56.812405Z", "sources": [ { "generator": { @@ -12,8 +12,8 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "5bc0fecee454f857cec042fb99fe2d22e1bff5bc", - "internalRef": "281635572" + "sha": "b10e4547017ca529ac8d183e839f3c272e1c13de", + "internalRef": "284059574" } }, {