[fuzzing] Increase deadline (#33600)

Similar pattern to many others.. increase this deadline to have the
fuzzer pass.

---------

Co-authored-by: ctiller <ctiller@users.noreply.github.com>
pull/33640/head
Craig Tiller 2 years ago committed by GitHub
parent d66dbdba84
commit dc5c99c9b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2677
      test/core/end2end/end2end_test_corpus/high_initial_seqno/clusterfuzz-testcase-minimized-high_initial_seqno_fuzzer-5142476235014144
  2. 2
      test/core/end2end/tests/high_initial_seqno.cc

@ -29,7 +29,7 @@ namespace grpc_core {
namespace {
void SimpleRequest(CoreEnd2endTest& test) {
auto c = test.NewClientCall("/foo").Timeout(Duration::Seconds(5)).Create();
auto c = test.NewClientCall("/foo").Timeout(Duration::Minutes(1)).Create();
CoreEnd2endTest::IncomingMetadata server_initial_metadata;
CoreEnd2endTest::IncomingStatusOnClient server_status;
c.NewBatch(1)

Loading…
Cancel
Save