[fuzzing] Increase deadline (#33765)

Fix b/290782226
pull/33780/head
Craig Tiller 1 year ago committed by GitHub
parent 67f4e4e4c2
commit 112a29c6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5093
      test/core/end2end/end2end_test_corpus/compressed_payload/clusterfuzz-testcase-minimized-compressed_payload_fuzzer-4878596866899968
  2. 2
      test/core/end2end/tests/compressed_payload.cc

@ -88,7 +88,7 @@ class TestConfigurator {
void DisabledAlgorithmTest() {
Init();
auto c = test_.NewClientCall("/foo").Timeout(Duration::Seconds(5)).Create();
auto c = test_.NewClientCall("/foo").Timeout(Duration::Minutes(1)).Create();
auto s = test_.RequestCall(101);
CoreEnd2endTest::IncomingMetadata server_initial_metadata;
CoreEnd2endTest::IncomingStatusOnClient server_status;

Loading…
Cancel
Save