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 @@ -543,8 +543,8 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
543
543
"ruby-test-specs-darwin-aarch64-17" : $.platform.darwin_aarch64 + $.jdk.v17 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
544
544
"ruby-test-fast-linux-aarch64" : $.platform.linux_aarch64 + $.jdk.v11 + $.env.jvm + gate + $.run.test_fast + native_config + { timelimit: "45:00" },
545
545
"ruby-test-fast-linux" : $.platform.linux + $.jdk.v11 + $.env.jvm + gate + $.run.test_fast + { timelimit: "45:00" }, # To catch missing slow tags
546
- "ruby-test-mri-linux" : $.platform.linux + $.jdk.v11 + $.env.native + gate + $.run.test_mri + { timelimit: "01:10 :00" },
547
- "ruby-test-mri-linux-aarch64" : $.platform.linux_aarch64 + $.jdk.v11 + $.env.native + gate + $.run.test_mri + { timelimit: "01:10 :00" },
546
+ "ruby-test-mri-linux" : $.platform.linux + $.jdk.v11 + $.env.native + gate + $.run.test_mri + { timelimit: "01:20 :00" },
547
+ "ruby-test-mri-linux-aarch64" : $.platform.linux_aarch64 + $.jdk.v11 + $.env.native + gate + $.run.test_mri + { timelimit: "01:20 :00" },
548
548
"ruby-test-mri-darwin-amd64" : $.platform.darwin_amd64 + $.jdk.v11 + $.env.native + gate + $.run.test_mri + { timelimit: "01:30:00" },
549
549
"ruby-test-mri-darwin-aarch64" : $.platform.darwin_aarch64 + $.jdk.v11 + $.env.native + gate + $.run.test_mri + { timelimit: "01:30:00" },
550
550
"ruby-test-integration-linux" : $.platform.linux + $.jdk.v11 + $.env.jvm + gate + $.run.test_integration,
You can’t perform that action at this time.
0 commit comments