Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 8d07f8f

Browse files
committed
increase timeout for testing purposes
Change-Id: I96fb32e098862546aae0de498637459c5a9e197d
1 parent 9bf7576 commit 8d07f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/BigtableChannelPrimerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public PingAndWarmResponse apply(PingAndWarmRequest pingAndWarmRequest) {
195195
SettableApiFuture<PingAndWarmResponse> future = primer.sendPrimeRequestsAsync(channel);
196196

197197
ExecutionException e =
198-
assertThrows(ExecutionException.class, () -> future.get(1, TimeUnit.SECONDS));
198+
assertThrows(ExecutionException.class, () -> future.get(5, TimeUnit.SECONDS));
199199
assertThat(e).hasCauseThat().hasMessageThat().contains("UNAVAILABLE");
200200
}
201201

0 commit comments

Comments
 (0)