[end2end] Fix fuzzer found deadline bug (#33633)

fix b/290140776
pull/33049/head^2
Craig Tiller 2 years ago committed by GitHub
parent cdfbb0ced7
commit d3d4d5309d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3902
      test/core/end2end/end2end_test_corpus/simple_metadata/clusterfuzz-testcase-minimized-simple_metadata_fuzzer-5148244132823040.test
  2. 2
      test/core/end2end/tests/simple_metadata.cc

@ -27,7 +27,7 @@ namespace grpc_core {
namespace {
CORE_END2END_TEST(CoreEnd2endTest, SimpleMetadata) {
auto c = NewClientCall("/foo").Timeout(Duration::Seconds(5)).Create();
auto c = NewClientCall("/foo").Timeout(Duration::Minutes(1)).Create();
CoreEnd2endTest::IncomingStatusOnClient server_status;
CoreEnd2endTest::IncomingMetadata server_initial_metadata;
CoreEnd2endTest::IncomingMessage server_message;

Loading…
Cancel
Save