Skip to content

Commit 0f582fa

Browse files
committed
up latch wait time
1 parent 9383ed9 commit 0f582fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/rx/schedulers/JavaFxSchedulerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void call() {
9191

9292
inner.schedulePeriodically(action, 100, 400, TimeUnit.MILLISECONDS);
9393

94-
if (!latch.await(1, TimeUnit.SECONDS)) {
94+
if (!latch.await(5, TimeUnit.SECONDS)) {
9595
fail("timed out waiting for tasks to execute");
9696
}
9797

0 commit comments

Comments
 (0)