From e6cb6fdd2da01b5c1e40a906a8d563de084fab6a Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 14 Nov 2022 09:59:51 +0100 Subject: [PATCH] try fix retry_per_attempt_recv_timeout (#31605) --- test/core/end2end/tests/retry_per_attempt_recv_timeout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/end2end/tests/retry_per_attempt_recv_timeout.cc b/test/core/end2end/tests/retry_per_attempt_recv_timeout.cc index 475a94148f4..cf4156da7a9 100644 --- a/test/core/end2end/tests/retry_per_attempt_recv_timeout.cc +++ b/test/core/end2end/tests/retry_per_attempt_recv_timeout.cc @@ -151,7 +151,7 @@ static void test_retry_per_attempt_recv_timeout( grpc_core::CqVerifier cqv(f.cq); - gpr_timespec deadline = five_seconds_from_now(); + gpr_timespec deadline = n_seconds_from_now(10); c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, grpc_slice_from_static_string("/service/method"), nullptr, deadline, nullptr);