Skip to content

Commit

Permalink
Increase poll interval
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jan 8, 2024
1 parent c85614d commit 56aee8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ public void testRunsClient() {

// wait for the run to complete, fail or expire
await()
.pollInterval(Duration.ofSeconds(5))
.atMost(Duration.ofMinutes(1))
.until(
() -> {
Expand Down

0 comments on commit 56aee8c

Please sign in to comment.