Skip to content

Commit 60656e5

Browse files
committed
Restore timeout on the test.
1 parent a255644 commit 60656e5

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
@@ -730,7 +730,7 @@ public Observable<String> call(GroupedObservable<String, String> t1) {
730730
inOrder.verify(observer, times(1)).onCompleted();
731731
inOrder.verifyNoMoreInteractions();
732732
}
733-
@Test/*(timeout = 3000)*/
733+
@Test(timeout = 3000)
734734
public void testIssue1900SourceNotSupportingBackpressure() {
735735
@SuppressWarnings("unchecked")
736736
Observer<String> observer = mock(Observer.class);

0 commit comments

Comments
 (0)