We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c183b commit e1155b3Copy full SHA for e1155b3
src/test/java/net/openhft/chronicle/queue/impl/single/EmptyRollCycleTest.java
@@ -92,7 +92,7 @@ public void appenderShouldTolerateEmptyRollCycleAtEnd() throws IOException {
92
}
93
94
95
- @Test(timeout = 5_000)
+ @Test(timeout = 6_000)
96
public void appropriateExceptionIsThrownWhenLockCannotBeAcquiredForRecovery() throws IOException, InterruptedException {
97
createQueueWithEmptyRollCycleAtEnd();
98
0 commit comments