Skip to content

Commit

Permalink
Bump test size for bazel_coverage_java_jdk_* tests and bazel_hermetic…
Browse files Browse the repository at this point in the history
…_sandboxing_test

Addressing bazelbuild/continuous-integration#1631 (comment)

PiperOrigin-RevId: 534827179
Change-Id: I2a3656e4c19cab0fa51ab642b62e84237d2b03c5
  • Loading branch information
meteorcloudy authored and copybara-github committed May 24, 2023
1 parent c2a6f0c commit 3f0b223
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/shell/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ sh_test(
[
sh_test(
name = "bazel_coverage_java_jdk" + java_version + "_toolchain_released_test",
size = "large",
srcs = ["bazel_coverage_java_test.sh"],
args = [
# java_tools zip to test
Expand All @@ -524,6 +525,7 @@ sh_test(
[
sh_test(
name = "bazel_coverage_java_jdk" + java_version + "_toolchain_head_test",
size = "large",
srcs = ["bazel_coverage_java_test.sh"],
args = [
# java_tools zips to test
Expand Down Expand Up @@ -1024,7 +1026,7 @@ sh_test(

sh_test(
name = "bazel_hermetic_sandboxing_test",
size = "small",
size = "medium",
srcs = ["bazel_hermetic_sandboxing_test.sh"],
data = [
":test-deps",
Expand Down

0 comments on commit 3f0b223

Please sign in to comment.