Skip to content

Commit

Permalink
tests: make shouldConsiderMaxTimeToLive more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Oct 19, 2023
1 parent 8a0058c commit 50a52a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void shouldConsiderMaxTimeToLive() throws Exception {

// then
assertThat(redisConnection.sync().xlen("zeebe:DEPLOYMENT")).isEqualTo(deploymentLen);
Thread.sleep(4000);
Thread.sleep(5000);
assertThat(redisConnection.sync().xlen("zeebe:DEPLOYMENT")).isEqualTo(0);
}
}

0 comments on commit 50a52a4

Please sign in to comment.