Skip to content

Commit

Permalink
test: increases a test timeout to avoid flaky failures (#32232)
Browse files Browse the repository at this point in the history
Increases the timeout for the connection close with deferred streams test.

Signed-off-by: Biren Roy <birenroy@google.com>
  • Loading branch information
birenroy authored and pull[bot] committed Jun 5, 2024
1 parent adc8c07 commit 1020112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/multiplexed_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2597,7 +2597,7 @@ TEST_P(Http2FrameIntegrationTest, CloseConnectionWithDeferredStreams) {
// Test that Envoy can clean-up deferred streams
// Make the timeout longer to accommodate non optimized builds
test_server_->waitForCounterEq("http.config_test.downstream_rq_rx_reset", kRequestsSentPerIOCycle,
TestUtility::DefaultTimeout * 3);
TestUtility::DefaultTimeout * 10);
}

INSTANTIATE_TEST_SUITE_P(IpVersions, Http2FrameIntegrationTest,
Expand Down

0 comments on commit 1020112

Please sign in to comment.