Skip to content

Commit f33c3ac

Browse files
committed
Travis still can't pass this test on java 1.8 - 15s?
1 parent 55cc2d4 commit f33c3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/jnape/palatable/lambda/io/IOTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ public void monitorSync() throws InterruptedException {
364364
start();
365365
}};
366366

367-
if (!finishLine.await(5, SECONDS))
367+
if (!finishLine.await(15, SECONDS))
368368
fail("Expected threads to have completed by now");
369369
assertEquals(asList("one entered", "one exited", "two entered", "two exited"), accesses);
370370
}

0 commit comments

Comments
 (0)