Skip to content

Commit

Permalink
Fix flakey NettyPacketToHttpConsumerTest
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <[email protected]>
  • Loading branch information
AndreKurait committed Oct 5, 2024
1 parent 51008c4 commit e072e95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public void testThatPeerResetTriggersFinalizeFuture(boolean useTls, boolean with
@Tag("longTest")
@WrapWithNettyLeakDetection(repetitions = 1)
public void testThatWithBigResponseReadTimeoutResponseWouldHang(boolean useTls) throws Exception {
testPeerResets(useTls, false, Duration.ofSeconds(30), Duration.ofMillis(1250));
testPeerResets(useTls, false, Duration.ofSeconds(30), Duration.ofSeconds(5));
}

private void testPeerResets(
Expand Down

0 comments on commit e072e95

Please sign in to comment.