summaryrefslogtreecommitdiff
path: root/absl/synchronization/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Evan Brown <ezb@google.com>2022-10-14 11:23:57 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2022-10-14 11:24:50 -0700
commit5fa65f28e46e86c44966a1ca8a727a329d9c1ff8 (patch)
treee9ab9f4e6ab1896ca2ba5abef4684ba7a11c9cc3 /absl/synchronization/BUILD.bazel
parent5631e52ed71b4fe01e0cb9146b6ad10ef216b8b0 (diff)
Change per_thread_sem_test from size medium to size large.
PiperOrigin-RevId: 481192073 Change-Id: I1e3296f6be4ddf73bd5c7164f4673e97a0c2c408
Diffstat (limited to 'absl/synchronization/BUILD.bazel')
-rw-r--r--absl/synchronization/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
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 = [