diff options
Diffstat (limited to 'absl/synchronization')
-rw-r--r-- | absl/synchronization/BUILD.bazel | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel index 7efc67e67638..cc8cecf97991 100644 --- a/absl/synchronization/BUILD.bazel +++ b/absl/synchronization/BUILD.bazel @@ -129,7 +129,6 @@ cc_library( cc_test( name = "mutex_test", size = "large", - timeout = "moderate", srcs = ["mutex_test.cc"], copts = ABSL_TEST_COPTS, tags = [ |