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:
parent
786cb14140
commit
fa5e9ee067
|
|
@ -20,6 +20,7 @@ licenses(["notice"])
|
|||
|
||||
grpc_cc_test(
|
||||
name = "stats_test",
|
||||
timeout = "long",
|
||||
srcs = ["stats_test.cc"],
|
||||
external_deps = [
|
||||
"gtest",
|
||||
|
|
|
|||
Loading…
Reference in New Issue