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( ...@@ -309,6 +309,7 @@ cc_test(
cc_test( cc_test(
name = "absl_log_basic_test", name = "absl_log_basic_test",
size = "small", size = "small",
timeout = "moderate",
srcs = ["absl_log_basic_test.cc"], srcs = ["absl_log_basic_test.cc"],
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
...@@ -424,6 +425,7 @@ cc_test( ...@@ -424,6 +425,7 @@ cc_test(
cc_test( cc_test(
name = "log_basic_test", name = "log_basic_test",
size = "small", size = "small",
timeout = "moderate",
srcs = ["log_basic_test.cc"], srcs = ["log_basic_test.cc"],
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
......
...@@ -427,6 +427,7 @@ cc_binary( ...@@ -427,6 +427,7 @@ cc_binary(
cc_test( cc_test(
name = "stderr_log_sink_test", name = "stderr_log_sink_test",
size = "small", size = "small",
timeout = "moderate",
srcs = ["stderr_log_sink_test.cc"], srcs = ["stderr_log_sink_test.cc"],
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
......
...@@ -474,6 +474,7 @@ cc_test( ...@@ -474,6 +474,7 @@ cc_test(
cc_test( cc_test(
name = "mock_distributions_test", name = "mock_distributions_test",
size = "small", size = "small",
timeout = "moderate",
srcs = ["mock_distributions_test.cc"], srcs = ["mock_distributions_test.cc"],
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, 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