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

Commit 7203192

Browse files
authored
chore: increase AssertByPollingTest timeout (#1641)
1 parent eee46fe commit 7203192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gax-java/gax/src/test/java/com/google/api/gax/batching/AssertByPollingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void testSucceedsThirdTime() throws InterruptedException {
7979
}
8080
};
8181

82-
Duration timeout = Duration.ofMillis(100);
82+
Duration timeout = Duration.ofMillis(300);
8383
assertByPolling(timeout, succeedsThirdTime);
8484
Truth.assertThat(numFailures.get()).isEqualTo(2);
8585
}

0 commit comments

Comments
 (0)