From ce0aba2577b753ddbc98a7b72bb04aa9a26c1dfa Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 4 Oct 2021 17:22:13 -0700 Subject: [PATCH] Increase XDS e2e shard count (#27582) Provides a 40% reduction in runtime for this test internally, and since it's on our critical path for landing changes, this is significant. --- 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 5237fe73ed3..c67548d4946 100644 --- a/test/cpp/end2end/BUILD +++ b/test/cpp/end2end/BUILD @@ -528,7 +528,7 @@ grpc_cc_test( "gtest", ], flaky = True, # TODO(b/144705388) - shard_count = 20, + shard_count = 50, tags = [ "no_test_ios", "no_windows",