Skip to content

Commit 2aa8d2f

Browse files
olavloitesduskis
authored andcommitted
---
yaml --- r: 30527 b: refs/heads/autosynth-automl c: e4f56e8 h: refs/heads/master i: 30525: 3fec958 30523: 113f38e 30519: ddbc4eb 30511: 9472df3 30495: e80cfb7 30463: 61d5885
1 parent 04f11bc commit 2aa8d2f

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
@@ -121,7 +121,7 @@ refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
123123
refs/heads/autosynth-asset: bdb45634a0fe8f7a510692b56b31f5312e25f453
124-
refs/heads/autosynth-automl: 67072ee910739cdd772ebdeeaee7408611ae18a8
124+
refs/heads/autosynth-automl: e4f56e855ca1fdfaf32a9887b8dae9342d7b28a3
125125
refs/heads/autosynth-bigquerydatatransfer: d88aa5aae5fd9d3c6d75bbab1a05162c6d4d948f
126126
refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127127
refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58

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