[fuzzing] Increase deadline (#33663)

Fix b/290886936
pull/33664/head
Craig Tiller 2 years ago committed by GitHub
parent 86d7c8125e
commit 7223a9e5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/end2end/tests/binary_metadata.cc

@ -45,7 +45,7 @@ static void BinaryMetadata(CoreEnd2endTest& test, bool server_true_binary,
auto response_payload = RandomBinarySlice(9);
auto status_string = RandomBinarySlice(256);
auto c = test.NewClientCall("/foo").Timeout(Duration::Seconds(5)).Create();
auto c = test.NewClientCall("/foo").Timeout(Duration::Minutes(1)).Create();
CoreEnd2endTest::IncomingMetadata server_initial_md;
CoreEnd2endTest::IncomingMessage server_message;
CoreEnd2endTest::IncomingStatusOnClient server_status;

Loading…
Cancel
Save