summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-09-02 10:07:33 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2025-09-02 10:07:38 -0700
commit9158b19b6bf2175e5e99f063ee5f2ecb33f70673 (patch)
treeee85fea2fdbc560b52b33039be2fa0a62575960a
parenta8df3f664fe408deb6105cfb42a0e9841a7dc11e (diff)
test_transcode.rb: Increase a timeout for Ractor tests
https://github.com/ruby/ruby/actions/runs/17408924679/job/49420774667
-rw-r--r--test/ruby/test_transcode.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_transcode.rb b/test/ruby/test_transcode.rb
index 71e1cc9e2a..15e290728b 100644
--- a/test/ruby/test_transcode.rb
+++ b/test/ruby/test_transcode.rb
@@ -2321,7 +2321,7 @@ class TestTranscode < Test::Unit::TestCase
end
def test_ractor_lazy_load_encoding
- assert_ractor("#{<<~"begin;"}\n#{<<~'end;'}")
+ assert_ractor("#{<<~"begin;"}\n#{<<~'end;'}", timeout: 60)
begin;
rs = []
autoload_encodings = Encoding.list.select { |e| e.inspect.include?("(autoload)") }.freeze
@@ -2385,7 +2385,7 @@ class TestTranscode < Test::Unit::TestCase
end
def test_ractor_asciicompat_encoding_doesnt_exist
- assert_ractor("#{<<~"begin;"}\n#{<<~'end;'}")
+ assert_ractor("#{<<~"begin;"}\n#{<<~'end;'}", timeout: 60)
begin;
rs = []
NO_EXIST = "I".freeze