[test] Extend deadline to resolve fuzzer bug (#34573)

b/302749917
pull/34576/head
Craig Tiller 1 year ago committed by GitHub
parent b9fbf41e3c
commit 445856978f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/end2end/tests/retry_streaming_after_commit.cc

@ -50,7 +50,7 @@ CORE_END2END_TEST(RetryTest, RetryStreamingAfterCommit) {
" } ]\n"
"}"));
auto c =
NewClientCall("/service/method").Timeout(Duration::Seconds(5)).Create();
NewClientCall("/service/method").Timeout(Duration::Minutes(1)).Create();
EXPECT_NE(c.GetPeer(), absl::nullopt);
// Client starts a batch for receiving initial metadata and a message.
// This will commit retries.

Loading…
Cancel
Save