summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2025-03-27 21:20:02 +0100
committergit <svn-admin@ruby-lang.org>2025-03-27 20:21:21 +0000
commit2f1ac3fea377db64e8a7983ef25975418514d99a (patch)
treecca1d4dfb53273325aec7fdd3fd4f0525c595d8a /test
parentd49483a747c7336f25019a6e4a4f81907309b361 (diff)
[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
Diffstat (limited to 'test')
-rw-r--r--test/etc/test_etc.rb2
1 files changed, 1 insertions, 1 deletions
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