Skip to content

Commit 24db99c

Browse files
committed
double the periodic scheduling as suggested by David Karnok https://goo.gl/HOlRVV
1 parent eab09b3 commit 24db99c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

92-
inner.schedulePeriodically(action, 50, 200, TimeUnit.MILLISECONDS);
92+
inner.schedulePeriodically(action, 100, 400, TimeUnit.MILLISECONDS);
9393

9494
if (!latch.await(1, TimeUnit.SECONDS)) {
9595
fail("timed out waiting for tasks to execute");

0 commit comments

Comments
 (0)