Fix internal test timeouts (#29564)

This has timed out 3% of the time in the last week. Automatically
identified, ported manually.
This commit is contained in:
AJ Heller 2022-05-03 10:49:13 -07:00 committed by GitHub
parent 786cb14140
commit fa5e9ee067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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