commit | 7203192c34e544dcb6dd65b5fc5b736af789f731 | [log] [tgz] |
---|---|---|
author | Burke Davison <[email protected]> | Thu Apr 20 11:57:05 2023 -0400 |
committer | GitHub <[email protected]> | Thu Apr 20 11:57:05 2023 -0400 |
tree | acbd809375712c37d10bf57d6f1b0f57877dce16 | |
parent | eee46fe2cbc466549115b943a79d7863bdc74c40 [diff] |
chore: increase AssertByPollingTest timeout (#1641)
diff --git a/gax-java/gax/src/test/java/com/google/api/gax/batching/AssertByPollingTest.java b/gax-java/gax/src/test/java/com/google/api/gax/batching/AssertByPollingTest.java index eabf5ed..c64789b 100644 --- a/gax-java/gax/src/test/java/com/google/api/gax/batching/AssertByPollingTest.java +++ b/gax-java/gax/src/test/java/com/google/api/gax/batching/AssertByPollingTest.java
@@ -79,7 +79,7 @@ } }; - Duration timeout = Duration.ofMillis(100); + Duration timeout = Duration.ofMillis(300); assertByPolling(timeout, succeedsThirdTime); Truth.assertThat(numFailures.get()).isEqualTo(2); }