We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3852b1b commit a9065c3Copy full SHA for a9065c3
src/test/java/io/reactivex/XFlatMapTest.java
@@ -30,7 +30,7 @@
30
31
public class XFlatMapTest {
32
33
- static final int SLEEP_AFTER_CANCEL = 200;
+ static final int SLEEP_AFTER_CANCEL = 500;
34
35
final CyclicBarrier cb = new CyclicBarrier(2);
36
0 commit comments