Skip to content

Commit a2e89bb

Browse files
committed
Bump the timeout for specs on Darwin
* It seems slightly too short to finish launcher specs.
1 parent 7e34ceb commit a2e89bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
556556
{
557557
local darwin_gate = $.platform.darwin + $.cap.gate + $.jdk.labsjdk8 + $.use.common + $.use.build + { timelimit: "01:00:00" },
558558

559-
"ruby-test-specs-darwin": darwin_gate + $.run.test_unit_tck_specs + { timelimit: "35:00" },
559+
"ruby-test-specs-darwin": darwin_gate + $.run.test_unit_tck_specs + { timelimit: "40:00" },
560560
"ruby-test-mri-darwin": darwin_gate + $.run.test_mri,
561561
"ruby-test-cexts-darwin": darwin_gate + $.use.gem_test_pack + $.run.test_cexts,
562562
} +

0 commit comments

Comments
 (0)