[fuzz] Increase call timeout for retry_unref_before_recv (#33608)

Noticed this failing on an internal cl due to deadline exceeded errors.
<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
pull/33610/head
Yash Tibrewal 2 years ago committed by GitHub
parent 43f67d3640
commit c0889a4f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/end2end/tests/retry_unref_before_recv.cc

@ -49,7 +49,7 @@ CORE_END2END_TEST(RetryTest, UnrefBeforeRecv) {
" } ]\n"
"}"));
absl::optional<Call> c{
NewClientCall("/service/method").Timeout(Duration::Seconds(5)).Create()};
NewClientCall("/service/method").Timeout(Duration::Seconds(60)).Create()};
// Client starts send ops.
c->NewBatch(1)

Loading…
Cancel
Save