Skip to content

Commit d4d7db9

Browse files
olavloitesduskis
authored andcommitted
---
yaml --- r: 34551 b: refs/heads/autosynth-tasks c: e4f56e8 h: refs/heads/master i: 34549: c38337d 34547: 72a2498 34543: 87e9b2b
1 parent 6221f46 commit d4d7db9

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
@@ -139,7 +139,7 @@ refs/heads/autosynth-redis: 2b698ebe7faaa0b93246576a88941682e0888e57
139139
refs/heads/autosynth-scheduler: a3de6480746d1cd586ca8b9d75c55a636f371539
140140
refs/heads/autosynth-spanner: d963fe4368e79cf6abae5d511785e8ced8ac57f4
141141
refs/heads/autosynth-speech: c563dcd420cce0a37c39b1b9c24be1b9ba604dc7
142-
refs/heads/autosynth-tasks: 67072ee910739cdd772ebdeeaee7408611ae18a8
142+
refs/heads/autosynth-tasks: e4f56e855ca1fdfaf32a9887b8dae9342d7b28a3
143143
refs/heads/autosynth-texttospeech: 2c442fe0b7f089fbab266edfe4dd83c532e82dd0
144144
refs/heads/autosynth-trace: c94eef6e4d9c6fd24888216e28ca7271959c1cf0
145145
refs/heads/autosynth-websecurityscanner: fa561b356aabcd92d415ae8dc88fd8d87dbc5b23

branches/autosynth-tasks/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-tasks/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-tasks/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)