Merge pull request #23875 from yashykt/pingstesttimeout

Long timeout for too_many_pings_test
pull/23890/head
Yash Tibrewal 5 years ago committed by GitHub
commit f7fbbc1cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/core/transport/chttp2/BUILD

@ -145,6 +145,7 @@ grpc_cc_test(
grpc_cc_test(
"too_many_pings_test",
timeout = "long", # Required for internal test infrastructure (cl/325757166)
srcs = ["too_many_pings_test.cc"],
external_deps = ["gtest"],
deps = [

Loading…
Cancel
Save