Skip to content

Commit be2bd9f

Browse files
yoshi-automationbusunkim96
authored andcommitted
fix(speech): increase timeout values in client config (via synth) (#9922)
1 parent b7c265b commit be2bd9f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

speech/google/cloud/speech_v1/gapic/speech_client_config.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"initial_retry_delay_millis": 100,
1111
"retry_delay_multiplier": 1.3,
1212
"max_retry_delay_millis": 60000,
13-
"initial_rpc_timeout_millis": 20000,
13+
"initial_rpc_timeout_millis": 1000000,
1414
"rpc_timeout_multiplier": 1.0,
15-
"max_rpc_timeout_millis": 20000,
16-
"total_timeout_millis": 600000,
15+
"max_rpc_timeout_millis": 1000000,
16+
"total_timeout_millis": 5000000,
1717
}
1818
},
1919
"methods": {

speech/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-11-21T13:29:12.439962Z",
2+
"updateTime": "2019-12-06T13:22:56.812405Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "5bc0fecee454f857cec042fb99fe2d22e1bff5bc",
16-
"internalRef": "281635572"
15+
"sha": "b10e4547017ca529ac8d183e839f3c272e1c13de",
16+
"internalRef": "284059574"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)