From fa5e9ee0670b6acff9617a579d6ae00a6526840b Mon Sep 17 00:00:00 2001 From: AJ Heller Date: Tue, 3 May 2022 10:49:13 -0700 Subject: [PATCH] Fix internal test timeouts (#29564) This has timed out 3% of the time in the last week. Automatically identified, ported manually. --- test/core/debug/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/test/core/debug/BUILD b/test/core/debug/BUILD index ba99e0fb762..96c5457fcb4 100644 --- a/test/core/debug/BUILD +++ b/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",