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

Commit

Permalink
refactor: extend rpc timeout to 30 seconds (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 16, 2020
1 parent 5accf9d commit 8a3161b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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": 30000,
"rpc_timeout_multiplier": 1.0,
"max_rpc_timeout_millis": 20000,
"total_timeout_millis": 600000,
"max_rpc_timeout_millis": 30000,
"total_timeout_millis": 900000,
}
},
"methods": {
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-dataproc.git",
"sha": "2021ceb663c17ccda395fcb7c672a889f7c03526"
"sha": "5accf9d1990820744053c6d38f5465fca3ea848d"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "cd804bab06e46dd1a4f16c32155fd3cddb931b52",
"internalRef": "314879617"
"sha": "ca1372c6d7bcb199638ebfdb40d2b2660bab7b88",
"internalRef": "315548189"
}
},
{
Expand Down

0 comments on commit 8a3161b

Please sign in to comment.