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 @@ -436,9 +436,9 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
436
436
437
437
// Order: platform, jdk, mx_env. Keep aligned for an easy visual comparison.
438
438
"ruby-test-specs-linux" : $.platform.linux + $.jdk.v8 + $.env.jvm + gate + $.run.test_unit_tck_specs + $.run.test_basictest + { timelimit: "35:00" },
439
- "ruby-test-specs-linux-11" : $.platform.linux + $.jdk.v11 + $.env.jvm + gate + $.run.test_unit_tck_specs + $.run.test_basictest + { timelimit: "35 :00" },
439
+ "ruby-test-specs-linux-11" : $.platform.linux + $.jdk.v11 + $.env.jvm + gate + $.run.test_unit_tck_specs + $.run.test_basictest + { timelimit: "50 :00" },
440
440
"ruby-test-specs-darwin" : $.platform.darwin + $.jdk.v8 + $.env.jvm + gate + $.run.test_unit_tck_specs + $.run.test_basictest + { timelimit: "01:20:00" },
441
- "ruby-test-specs-darwin-11" : $.platform.darwin + $.jdk.v11 + $.env.jvm + gate + $.run.test_unit_tck_specs + $.run.test_basictest + { timelimit: "01:20 :00" },
441
+ "ruby-test-specs-darwin-11" : $.platform.darwin + $.jdk.v11 + $.env.jvm + gate + $.run.test_unit_tck_specs + $.run.test_basictest + { timelimit: "01:40 :00" },
442
442
"ruby-test-fast-linux" : $.platform.linux + $.jdk.v8 + $.env.jvm + gate + $.run.test_fast + { timelimit: "30:00" }, # To catch missing slow tags
443
443
"ruby-test-mri-linux" : $.platform.linux + $.jdk.v8 + $.env.jvm + gate + $.run.test_mri + { timelimit: "30:00" },
444
444
"ruby-test-mri-darwin" : $.platform.darwin + $.jdk.v8 + $.env.jvm + gate + $.run.test_mri + { timelimit: "01:20:00" },
You can’t perform that action at this time.
0 commit comments