[test] Increase deadline after observed failure internally (#33778)

(needed to unblock promises rollout)
pull/33789/head
Craig Tiller 2 years ago committed by GitHub
parent 7ac032ba46
commit e821494739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/transport/chttp2/too_many_pings_test.cc

@ -250,7 +250,7 @@ grpc_status_code PerformWaitingCall(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(15);
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