From 07c422e977098467f5a56ae801cc2666c39003a3 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 20 Sep 2024 08:27:19 -0700 Subject: [PATCH] x --- test/cpp/end2end/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/end2end/BUILD b/test/cpp/end2end/BUILD index 4a424354c39..011c52d7ca6 100644 --- a/test/cpp/end2end/BUILD +++ b/test/cpp/end2end/BUILD @@ -373,7 +373,7 @@ grpc_cc_test( name = "end2end_test", size = "large", flaky = True, # TODO(b/151704375) - shard_count = 10, + shard_count = 30, tags = [ "cpp_end2end_test", "no_test_ios",