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

fix b/288718007
pull/33049/head^2
Craig Tiller 2 years ago committed by GitHub
parent 4b7a360041
commit f417da77a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1431
      test/core/end2end/end2end_test_corpus/retry_transparent_not_sent_on_wire/6031659304550400
  2. 2
      test/core/end2end/tests/retry_transparent_not_sent_on_wire.cc

@ -148,7 +148,7 @@ CORE_END2END_TEST(RetryTest, RetryTransparentNotSentOnWire) {
});
});
auto c =
NewClientCall("/service/method").Timeout(Duration::Seconds(5)).Create();
NewClientCall("/service/method").Timeout(Duration::Minutes(1)).Create();
EXPECT_NE(c.GetPeer(), absl::nullopt);
// Start a batch containing send ops.
c.NewBatch(1)

Loading…
Cancel
Save