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 9383ed9 commit 0f582faCopy full SHA for 0f582fa
src/test/java/rx/schedulers/JavaFxSchedulerTest.java
@@ -91,7 +91,7 @@ public void call() {
91
92
inner.schedulePeriodically(action, 100, 400, TimeUnit.MILLISECONDS);
93
94
- if (!latch.await(1, TimeUnit.SECONDS)) {
+ if (!latch.await(5, TimeUnit.SECONDS)) {
95
fail("timed out waiting for tasks to execute");
96
}
97
0 commit comments