File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
526
526
"ruby-test-specs-darwin-aarch64-latest" : $.platform.darwin_aarch64 + $.jdk.latest + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
527
527
"ruby-test-fast-linux-aarch64" : $.platform.linux_aarch64 + $.jdk.stable + $.env.jvm + gate + $.run.test_fast + native_config + { timelimit: "45:00" },
528
528
"ruby-test-fast-linux-amd64" : $.platform.linux + $.jdk.stable + $.env.jvm + gate + $.run.test_fast + { timelimit: "45:00" }, # To catch missing slow tags
529
- # "ruby-test-mri-asserts": $.platform.linux + $.jdk.stable + $.env.jvm + gate + $.run.test_mri_fast + { timelimit: "01:20 :00" }, # GR-44572, GR-44753
529
+ "ruby-test-mri-asserts" : $.platform.linux + $.jdk.stable + $.env.jvm + gate + $.run.test_mri_fast + { timelimit: "01:30 :00" },
530
530
"ruby-test-mri-linux-amd64" : $.platform.linux + $.jdk.stable + $.env.native + gate + $.run.test_mri + { timelimit: "01:20:00" },
531
531
"ruby-test-mri-linux-aarch64" : $.platform.linux_aarch64 + $.jdk.stable + $.env.native + gate + $.run.test_mri + { timelimit: "01:20:00" },
532
532
"ruby-test-mri-darwin-amd64" : $.platform.darwin_amd64 + $.jdk.stable + $.env.native + gate + $.run.test_mri + { timelimit: "01:30:00" },
You can’t perform that action at this time.
0 commit comments