Skip to content

Commit 473665f

Browse files
authored
Fix flaky ReactorNetty4StreamingStressIT (#18008)
Signed-off-by: Andriy Redko <[email protected]>
1 parent 26beb0f commit 473665f

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

+1-1
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)