Skip to content

Commit 72feff3

Browse files
olavloitesduskis
authored andcommitted
---
yaml --- r: 35389 b: refs/heads/pubsub-ordering-keys c: e4f56e8 h: refs/heads/master i: 35387: 9907455
1 parent e45e521 commit 72feff3

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
@@ -155,7 +155,7 @@ refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
155155
refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
156156
refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
157157
refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d
158-
refs/heads/pubsub-ordering-keys: 67072ee910739cdd772ebdeeaee7408611ae18a8
158+
refs/heads/pubsub-ordering-keys: e4f56e855ca1fdfaf32a9887b8dae9342d7b28a3
159159
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
160160
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
161161
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0

branches/pubsub-ordering-keys/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/pubsub-ordering-keys/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/pubsub-ordering-keys/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)