File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -490,8 +490,8 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
490
490
local native_tests = $.run.testdownstream_aot + $.run.test_integration + $.run.test_compiler,
491
491
492
492
// Order: platform, jdk, mx_env. Keep aligned for an easy visual comparison.
493
- "ruby-test-specs-linux-8" : $.platform.linux + $.jdk.v8 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:15 :00" },
494
- "ruby-test-specs-linux-11" : $.platform.linux + $.jdk.v11 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:15 :00" },
493
+ "ruby-test-specs-linux-8" : $.platform.linux + $.jdk.v8 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20 :00" },
494
+ "ruby-test-specs-linux-11" : $.platform.linux + $.jdk.v11 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20 :00" },
495
495
"ruby-test-specs-darwin-8" : $.platform.darwin + $.jdk.v8 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
496
496
"ruby-test-specs-darwin-11" : $.platform.darwin + $.jdk.v11 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
497
497
"ruby-test-fast-linux-arm64" : $.platform.linux_arm64 + $.jdk.v11 + $.env.jvm + gate + $.run.test_fast + native_config + { timelimit: "45:00" },
You can’t perform that action at this time.
0 commit comments