try fix retry_per_attempt_recv_timeout (#31605)

pull/31003/head^2
Jan Tattermusch 2 years ago committed by GitHub
parent eea5d11fdd
commit e6cb6fdd2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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);

Loading…
Cancel
Save