Skip to content

Commit

Permalink
Extend the waiting period…
Browse files Browse the repository at this point in the history
  • Loading branch information
sappenin committed Nov 19, 2024
1 parent 9cc99a3 commit 9c41d56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ protected Finality scanForFinality(

protected <T> T scanForResult(Supplier<T> resultSupplier, Predicate<T> condition) {
return given()
.atMost(Durations.ONE_MINUTE.dividedBy(2))
.atMost(Durations.ONE_MINUTEdf/)
.pollInterval(POLL_INTERVAL)
.await()
.until(() -> {
Expand Down

0 comments on commit 9c41d56

Please sign in to comment.