Skip to content

Commit

Permalink
Bump up test size of more flaky or failed tests due to timeout
Browse files Browse the repository at this point in the history
- https://buildkite.com/bazel/bazel-bazel/builds/23057
- https://buildkite.com/bazel/bazel-bazel/builds/23056

PiperOrigin-RevId: 527545446
Change-Id: If23d57b4423c0d403c7a2271b03d6d358288924a
  • Loading branch information
meteorcloudy authored and copybara-github committed Apr 27, 2023
1 parent 68357cd commit c6a8c08
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/test/cpp/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ cc_test(

cc_test(
name = "file_test",
size = "small",
srcs = ["file_test.cc"] + select({
"//src/conditions:windows": [
"file_windows_test.cc",
Expand Down
1 change: 0 additions & 1 deletion src/test/java/com/google/devtools/build/lib/remote/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ NATIVE_SSL_TEST_MAYBE = select({

java_test(
name = "remote",
size = "small",
srcs = glob(
["**/*.java"],
exclude = NATIVE_SSL_TEST + [
Expand Down
2 changes: 1 addition & 1 deletion src/test/py/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ py_test(

py_test(
name = "bazel_external_repository_test",
size = "medium",
size = "large",
srcs = ["bazel_external_repository_test.py"],
data = glob(["testdata/bazel_external_repository_test/**"]),
tags = [
Expand Down
2 changes: 1 addition & 1 deletion src/test/shell/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ sh_test(

sh_test(
name = "bazel_java_tools_dist_test",
size = "small",
srcs = ["bazel_java_tools_dist_test.sh"],
data = [
":test-deps",
Expand Down Expand Up @@ -1370,6 +1369,7 @@ sh_test(

sh_test(
name = "check_external_files_test",
size = "large",
srcs = ["check_external_files_test.sh"],
data = [
":test-deps",
Expand Down
2 changes: 1 addition & 1 deletion src/test/shell/bazel/android/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ android_sh_test(

android_sh_test(
name = "android_sdk_integration_test",
size = "medium",
size = "large",
srcs = ["android_sdk_integration_test.sh"],
data = [
":android_helper",
Expand Down
2 changes: 1 addition & 1 deletion src/test/shell/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ sh_test(

sh_test(
name = "client_test",
size = "medium",
size = "large",
srcs = ["client_test.sh"],
data = [":test-deps"],
tags = ["no_windows"],
Expand Down

0 comments on commit c6a8c08

Please sign in to comment.