From 2f1ac3fea377db64e8a7983ef25975418514d99a Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 27 Mar 2025 21:20:02 +0100 Subject: [ruby/etc] Increase timeout for test_ractor_parallel * It seems much slower on macOS (locally on Linux it's always < 1 second). https://github.com/ruby/etc/commit/9e46857011 --- test/etc/test_etc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/etc/test_etc.rb b/test/etc/test_etc.rb index 2733a8de71..38aa0427ea 100644 --- a/test/etc/test_etc.rb +++ b/test/etc/test_etc.rb @@ -176,7 +176,7 @@ class TestEtc < Test::Unit::TestCase # All Ractor-safe methods should be tested here def test_ractor_parallel omit "This test fails randomly with no message; Ractor is not stable yet" - assert_ractor(<<~RUBY, require: 'etc') + assert_ractor(<<~RUBY, require: 'etc', timeout: 60) 20.times.map do Ractor.new do 1000.times do -- cgit v1.2.3