Skip to content

Commit

Permalink
Overall timeout should be longer than individual timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lawrey committed Oct 30, 2024
1 parent f5c183b commit e1155b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void appenderShouldTolerateEmptyRollCycleAtEnd() throws IOException {
}
}

@Test(timeout = 5_000)
@Test(timeout = 6_000)
public void appropriateExceptionIsThrownWhenLockCannotBeAcquiredForRecovery() throws IOException, InterruptedException {
createQueueWithEmptyRollCycleAtEnd();

Expand Down

0 comments on commit e1155b3

Please sign in to comment.