summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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