Skip to content

Commit e1155b3

Browse files
committed
Overall timeout should be longer than individual timeout
1 parent f5c183b commit e1155b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/openhft/chronicle/queue/impl/single/EmptyRollCycleTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void appenderShouldTolerateEmptyRollCycleAtEnd() throws IOException {
9292
}
9393
}
9494

95-
@Test(timeout = 5_000)
95+
@Test(timeout = 6_000)
9696
public void appropriateExceptionIsThrownWhenLockCannotBeAcquiredForRecovery() throws IOException, InterruptedException {
9797
createQueueWithEmptyRollCycleAtEnd();
9898

0 commit comments

Comments
 (0)