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

Commit

Permalink
fix: dataproc/v1 raise timeouts in gapic v2 (#207)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/94ecf927-e915-4508-98b1-89471d78e772/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 314840739
Source-Link: googleapis/googleapis@150cfa0
  • Loading branch information
yoshi-automation committed Jun 5, 2020
1 parent 53e28ea commit 0295e36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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

0 comments on commit 0295e36

Please sign in to comment.