Fix internal test timeouts (#29564)

This has timed out 3% of the time in the last week. Automatically
identified, ported manually.
pull/29538/head^2
AJ Heller 3 years ago committed by GitHub
parent 786cb14140
commit fa5e9ee067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/core/debug/BUILD

@ -20,6 +20,7 @@ licenses(["notice"])
grpc_cc_test(
name = "stats_test",
timeout = "long",
srcs = ["stats_test.cc"],
external_deps = [
"gtest",

Loading…
Cancel
Save