Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sappenin committed Nov 19, 2024
1 parent 9c41d56 commit 7166cec
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_MINUTEdf/)
.atMost(Durations.ONE_MINUTE)
.pollInterval(POLL_INTERVAL)
.await()
.until(() -> {
Expand Down

0 comments on commit 7166cec

Please sign in to comment.