Skip to content

Commit 901e83e

Browse files
committed
remove timeout on testRetryWithBackpressure because is a problem looping tests on slow machine
1 parent 24754cf commit 901e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/rx/internal/operators/OperatorRetryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ public void testTimeoutWithRetry() {
682682
assertEquals("Start 6 threads, retry 5 then fail on 6", 6, so.efforts.get());
683683
}
684684

685-
@Test(timeout = 15000)
685+
@Test//(timeout = 15000)
686686
public void testRetryWithBackpressure() throws InterruptedException {
687687
final int NUM_RETRIES = RxRingBuffer.SIZE * 2;
688688
for (int i = 0; i < 400; i++) {

0 commit comments

Comments
 (0)