Skip to content

Commit

Permalink
macos flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Feb 14, 2025
1 parent 4102bbd commit 7ec56d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void timeout() {
assertThat(cf).isNotDone();

await().atLeast(10, TimeUnit.MILLISECONDS)
.atMost(30, TimeUnit.MILLISECONDS)
.atMost(1000, TimeUnit.MILLISECONDS)
.pollInterval(10, TimeUnit.MILLISECONDS)
.untilAsserted(() -> assertThat(cf).isDone().isCompletedWithValue(null));
}
Expand Down

0 comments on commit 7ec56d7

Please sign in to comment.