From 5fa65f28e46e86c44966a1ca8a727a329d9c1ff8 Mon Sep 17 00:00:00 2001 From: Evan Brown Date: Fri, 14 Oct 2022 11:23:57 -0700 Subject: Change per_thread_sem_test from size medium to size large. PiperOrigin-RevId: 481192073 Change-Id: I1e3296f6be4ddf73bd5c7164f4673e97a0c2c408 --- absl/synchronization/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel index 3a378160..66bd8742 100644 --- a/absl/synchronization/BUILD.bazel +++ b/absl/synchronization/BUILD.bazel @@ -286,7 +286,7 @@ cc_library( cc_test( name = "per_thread_sem_test", - size = "medium", + size = "large", copts = ABSL_TEST_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, tags = [ -- cgit v1.2.3