Skip to content

Commit

Permalink
Give ProcessorManager more time in tests to account for rebalances
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Feb 23, 2024
1 parent 336bc4f commit 3733639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void testSingleRecordProcessorRetry() throws Exception {
processorManager.startAll();

await("Record Processing")
.atMost(Duration.ofSeconds(5))
.atMost(Duration.ofSeconds(15))
.untilAsserted(() -> assertThat(attemptsCounter).hasValue(4));
}
}
Expand Down

0 comments on commit 3733639

Please sign in to comment.