Commit 16155fb
committed
Increase task completion timeout from 0.5 => 1.0 sec
As seen at https://travis-ci.org/ReactiveX/RxJavaFX/builds/41017012,
`JavaFxSchedulerTest.testPeriodicScheduling` still fails under Travis
CI, though it is assumed not because of negative delay time values but
because of actual failure to execute tasks in the given half-second
period. This failure is unreproducible on a 4-core MBP, so the 1 second
timeout is a guess.1 parent 00ffe2b commit 16155fb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments