Skip to content

Commit

Permalink
tests: back one step
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Nov 22, 2023
1 parent 172ff76 commit 4ac4b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void shouldConsiderMinTtlWhenDeleteAfterAcknowledge() throws Exception {

// but will delete them after min TTL
var delay = Duration.ofSeconds(3);
await().atMost(Duration.ofSeconds(10)).pollDelay(delay).pollInterval(Duration.ofMillis(500)).untilAsserted(() ->
await().atMost(Duration.ofSeconds(5)).pollDelay(delay).pollInterval(Duration.ofMillis(500)).untilAsserted(() ->
assertThat(redisConnection.sync().xlen("zeebe:DEPLOYMENT")).isLessThan(xlen));

}
Expand Down

0 comments on commit 4ac4b9b

Please sign in to comment.