[fuzzing] Increase timeout to accomodate slow internal callbacks (#33407)

Fixes b/286780969
pull/33409/head
Craig Tiller 1 year ago committed by GitHub
parent eba6cecdcb
commit 495bcbcb74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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(

Loading…
Cancel
Save