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

Commit 0295e36

Browse files
fix: dataproc/v1 raise timeouts in gapic v2 (#207)
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
1 parent 53e28ea commit 0295e36

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/stub/ClusterControllerStubSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ public static class Builder extends StubSettings.Builder<ClusterControllerStubSe
367367
.setInitialRetryDelay(Duration.ofMillis(100L))
368368
.setRetryDelayMultiplier(1.3)
369369
.setMaxRetryDelay(Duration.ofMillis(60000L))
370-
.setInitialRpcTimeout(Duration.ofMillis(10000L))
370+
.setInitialRpcTimeout(Duration.ofMillis(30000L))
371371
.setRpcTimeoutMultiplier(1.0)
372-
.setMaxRpcTimeout(Duration.ofMillis(10000L))
372+
.setMaxRpcTimeout(Duration.ofMillis(30000L))
373373
.setTotalTimeout(Duration.ofMillis(300000L))
374374
.build();
375375
definitions.put("default", settings);

synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-dataproc.git",
7-
"sha": "dbae656ca82d705e7f725f5fbae49ef24a12f5ef"
7+
"sha": "53e28ea4600f66b727ccd5423285690479979b65"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "c1fae183ddeef0c59538863eac611fd679d1b7fb",
15-
"internalRef": "314634470"
14+
"sha": "150cfa0d994f9656c57eb4ed50f49c2f2add93f2",
15+
"internalRef": "314840739"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "googleapis",
2121
"remote": "https://github.com/googleapis/googleapis.git",
22-
"sha": "c1fae183ddeef0c59538863eac611fd679d1b7fb",
23-
"internalRef": "314634470"
22+
"sha": "150cfa0d994f9656c57eb4ed50f49c2f2add93f2",
23+
"internalRef": "314840739"
2424
}
2525
},
2626
{

0 commit comments

Comments
 (0)