Skip to content

Commit f4fc2c0

Browse files
olavloitesduskis
authored andcommitted
---
yaml --- r: 35705 b: refs/heads/autosynth-iamcredentials c: e4f56e8 h: refs/heads/master i: 35703: 55a3900
1 parent 2344309 commit f4fc2c0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ refs/heads/pubsub-ordering-keys: 3ea3dc93288c90e1776339a2c059a076e2e2fd1d
159159
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
160160
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
161161
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0
162-
refs/heads/autosynth-iamcredentials: 67072ee910739cdd772ebdeeaee7408611ae18a8
162+
refs/heads/autosynth-iamcredentials: e4f56e855ca1fdfaf32a9887b8dae9342d7b28a3
163163
refs/heads/release-google-cloud-java-v0.78.0: fae5e980779cf0173a152636b278015b9f60ee55
164164
refs/tags/v0.78.0: 62d4bd30605ab3578f9a08d84487fb0b33ac2ff5
165165
refs/tags/v0.79.0: 82287b570708748c411d05c40f3932cff9606feb

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseAdminGaxTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public void setUp() throws Exception {
233233
.setInitialRpcTimeout(Duration.ofMillis(200L))
234234
.setMaxRpcTimeout(Duration.ofMillis(200L))
235235
.setMaxAttempts(3)
236-
.setTotalTimeout(Duration.ofMillis(500L))
236+
.setTotalTimeout(Duration.ofMillis(1500L))
237237
.build();
238238
SpannerOptions.Builder builder =
239239
SpannerOptions.newBuilder()

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceAdminGaxTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public void setUp() throws Exception {
236236
.setInitialRpcTimeout(Duration.ofMillis(200L))
237237
.setMaxRpcTimeout(Duration.ofMillis(200L))
238238
.setMaxAttempts(3)
239-
.setTotalTimeout(Duration.ofMillis(500L))
239+
.setTotalTimeout(Duration.ofMillis(1500L))
240240
.build();
241241
SpannerOptions.Builder builder =
242242
SpannerOptions.newBuilder()

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerGaxRetryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public void setUp() throws Exception {
201201
.setInitialRpcTimeout(Duration.ofMillis(500L))
202202
.setMaxRpcTimeout(Duration.ofMillis(500L))
203203
.setMaxAttempts(3)
204-
.setTotalTimeout(Duration.ofMillis(1000L))
204+
.setTotalTimeout(Duration.ofMillis(1500L))
205205
.build();
206206
RetrySettings commitRetrySettings =
207207
RetrySettings.newBuilder()

0 commit comments

Comments
 (0)