From 495bcbcb749adf3bf80c75dd39958bbed798b74b Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 12 Jun 2023 08:46:30 -0700 Subject: [PATCH] [fuzzing] Increase timeout to accomodate slow internal callbacks (#33407) Fixes b/286780969 --- test/core/end2end/tests/client_streaming.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/end2end/tests/client_streaming.cc b/test/core/end2end/tests/client_streaming.cc index 6db75f54ce6..62c4f3034b4 100644 --- a/test/core/end2end/tests/client_streaming.cc +++ b/test/core/end2end/tests/client_streaming.cc @@ -31,7 +31,7 @@ namespace { // Client writes fail after that due to the end of stream and the client // subsequently requests and receives the status. void ClientStreaming(CoreEnd2endTest& test, int messages) { - auto c = test.NewClientCall("/foo").Timeout(Duration::Seconds(5)).Create(); + auto c = test.NewClientCall("/foo").Timeout(Duration::Seconds(30)).Create(); CoreEnd2endTest::IncomingMetadata server_initial_metadata; c.NewBatch(1).SendInitialMetadata({}).RecvInitialMetadata(