From 9c4178d13e84acf3f0d1b8aeee1f67862aeeadc9 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 2 Oct 2017 09:45:23 -0700 Subject: Changes imported from Abseil "staging" branch: - 1a906f90b303c6fbac292f4883186a27e7c6476c Increase the mutex_test timeout (by removing the timeout ... by Derek Mauro - cfc1d3e56727e5b3a41b7d9dfc513f692ac0edd6 Require iOS 9.0 for ABSL_HAVE_THREAD_LOCAL. by Matt Armstrong - 22dc24504ac6fbd2a22f5d45a4bd00fe14d500c3 Fix indentation by Jorg Brown GitOrigin-RevId: 1a906f90b303c6fbac292f4883186a27e7c6476c Change-Id: Id6075001460bd6b9ce973897544269fa4103fee8 --- absl/synchronization/BUILD.bazel | 1 - 1 file changed, 1 deletion(-) (limited to 'absl/synchronization') 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 = [ -- cgit 1.4.1