Commit 8cdf4821 by Michael Brase Committed by Copybara-Service

Increase test timeouts to support running on Fuchsia emulators

PiperOrigin-RevId: 656439732
Change-Id: I7f405d8075c57e634d51c11a37fbe3e317abf103
parent bb63788b
......@@ -309,6 +309,7 @@ cc_test(
cc_test(
name = "absl_log_basic_test",
size = "small",
timeout = "moderate",
srcs = ["absl_log_basic_test.cc"],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
......@@ -424,6 +425,7 @@ cc_test(
cc_test(
name = "log_basic_test",
size = "small",
timeout = "moderate",
srcs = ["log_basic_test.cc"],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
......
......@@ -427,6 +427,7 @@ cc_binary(
cc_test(
name = "stderr_log_sink_test",
size = "small",
timeout = "moderate",
srcs = ["stderr_log_sink_test.cc"],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
......
......@@ -474,6 +474,7 @@ cc_test(
cc_test(
name = "mock_distributions_test",
size = "small",
timeout = "moderate",
srcs = ["mock_distributions_test.cc"],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment