Skip to content

Commit 7571c28

Browse files
retaHarsh Kothari
authored and
Harsh Kothari
committed
Fix flaky ReactorNetty4StreamingStressIT (opensearch-project#18008)
Signed-off-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Harsh Kothari <techarsh@amazon.com>
1 parent 9cf921b commit 7571c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/transport-reactor-netty4/src/javaRestTest/java/org/opensearch/rest/ReactorNetty4StreamingStressIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ public void testCloseClientStreamingRequest() throws Exception {
7777
})
7878
.then(() -> scheduler.advanceTimeBy(delay))
7979
.expectErrorMatches(t -> t instanceof InterruptedIOException || t instanceof ConnectionClosedException)
80-
.verify();
80+
.verify(Duration.ofSeconds(10));
8181
}
8282
}

0 commit comments

Comments
 (0)