From ca1bafbccd5ba1b63c09753d6eda0556878e35e5 Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Mon, 23 Oct 2023 14:53:20 -0400 Subject: [PATCH] flake: improve tsan flake Signed-off-by: Alyssa Wilk --- test/integration/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/BUILD b/test/integration/BUILD index 6b33bb785b74..28155bc57347 100644 --- a/test/integration/BUILD +++ b/test/integration/BUILD @@ -523,7 +523,7 @@ envoy_cc_test( srcs = [ "multiplexed_integration_test.cc", ], - shard_count = 8, + shard_count = 10, tags = [ "cpu:3", ],