Skip to content

Commit a82e18a

Browse files
committed
Bump the timeout for MRI tests on Linux
* They have a high variance.
1 parent a2e89bb commit a82e18a

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
@@ -542,7 +542,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
542542

543543
"ruby-test-specs-linux": linux_gate + $.run.test_unit_tck_specs + { timelimit: "35:00" },
544544
"ruby-test-fast-linux": linux_gate + $.run.test_fast + { timelimit: "30:00" }, # To catch missing slow tags
545-
"ruby-test-mri-linux": linux_gate + $.run.test_mri + { timelimit: "25:00" },
545+
"ruby-test-mri-linux": linux_gate + $.run.test_mri + { timelimit: "30:00" },
546546
"ruby-test-integration": linux_gate + $.run.test_integration,
547547
"ruby-test-cexts-linux": linux_gate + $.use.gem_test_pack + $.run.test_cexts,
548548
"ruby-test-gems": linux_gate + $.use.gem_test_pack + $.run.test_gems,

0 commit comments

Comments
 (0)