Skip to content

Commit 0ce3c59

Browse files
committed
Give more time to delay tck test
1 parent 6e21a15 commit 0ce3c59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/io/reactivex/tck/DelaySubscriptionTckTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
@Test
2424
public class DelaySubscriptionTckTest extends BaseTck<Integer> {
2525

26+
public DelaySubscriptionTckTest() {
27+
super(200L);
28+
}
29+
2630
@Override
2731
public Publisher<Integer> createPublisher(long elements) {
2832
return FlowableTck.wrap(

0 commit comments

Comments
 (0)