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

fix: dataproc/v1 raise timeouts in gapic v2 #207

Merged
merged 1 commit into from Jun 5, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -367,9 +367,9 @@ public static class Builder extends StubSettings.Builder<ClusterControllerStubSe
.setInitialRetryDelay(Duration.ofMillis(100L))
.setRetryDelayMultiplier(1.3)
.setMaxRetryDelay(Duration.ofMillis(60000L))
.setInitialRpcTimeout(Duration.ofMillis(10000L))
.setInitialRpcTimeout(Duration.ofMillis(30000L))
.setRpcTimeoutMultiplier(1.0)
.setMaxRpcTimeout(Duration.ofMillis(10000L))
.setMaxRpcTimeout(Duration.ofMillis(30000L))
.setTotalTimeout(Duration.ofMillis(300000L))
.build();
definitions.put("default", settings);
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-dataproc.git",
"sha": "dbae656ca82d705e7f725f5fbae49ef24a12f5ef"
"sha": "53e28ea4600f66b727ccd5423285690479979b65"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c1fae183ddeef0c59538863eac611fd679d1b7fb",
"internalRef": "314634470"
"sha": "150cfa0d994f9656c57eb4ed50f49c2f2add93f2",
"internalRef": "314840739"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c1fae183ddeef0c59538863eac611fd679d1b7fb",
"internalRef": "314634470"
"sha": "150cfa0d994f9656c57eb4ed50f49c2f2add93f2",
"internalRef": "314840739"
}
},
{
Expand Down