Skip to content

Commit

Permalink
Increase test timeouts to support running on Fuchsia emulators
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 656439732
Change-Id: I7f405d8075c57e634d51c11a37fbe3e317abf103
  • Loading branch information
mbrase authored and copybara-github committed Jul 26, 2024
1 parent bb63788 commit 8cdf482
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions absl/log/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions absl/log/internal/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions absl/random/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8cdf482

Please sign in to comment.