From ad5c960b2eb914881d1ceba0e996a0a8f3f6ca59 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 10 Aug 2018 15:23:29 -0700 Subject: Export of internal Abseil changes. -- ae3a8f7f60cc6444179c6c31ec501742eef4ef58 by Abseil Team : Shard mutex_test to improve testing speed. PiperOrigin-RevId: 208277475 GitOrigin-RevId: ae3a8f7f60cc6444179c6c31ec501742eef4ef58 Change-Id: I99a7e0ff783c1a071d993abd5c4d1995c5912aa0 --- absl/synchronization/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel index 8d302e01..3ee9e5a0 100644 --- a/absl/synchronization/BUILD.bazel +++ b/absl/synchronization/BUILD.bazel @@ -149,6 +149,7 @@ cc_test( size = "large", srcs = ["mutex_test.cc"], copts = ABSL_TEST_COPTS, + shard_count = 25, deps = [ ":synchronization", ":thread_pool", -- cgit v1.2.3