[flaky] Increase RPC deadline

pull/37647/head
Yash Tibrewal 6 months ago
parent 2530ff7764
commit 1878ac34fd
  1. 2
      test/core/transport/chttp2/too_many_pings_test.cc

@ -123,7 +123,7 @@ grpc_status_code PerformCall(grpc_channel* channel, grpc_server* server,
grpc_status_code status;
grpc_call_error error;
grpc_slice details;
gpr_timespec deadline = grpc_timeout_seconds_to_deadline(5);
gpr_timespec deadline = grpc_timeout_seconds_to_deadline(30);
// Start a call
c = grpc_channel_create_call(channel, nullptr, GRPC_PROPAGATE_DEFAULTS, cq,
grpc_slice_from_static_string("/foo"), nullptr,

Loading…
Cancel
Save