Skip to content

Commit 125b3ad

Browse files
committed
Extend timeout for test_move_nested_hash_during_gc_with_yjit
https://ci.rvm.jp/results/master-no-rjit@ruby-sp2-noble-docker/6204075
1 parent 1fbe621 commit 125b3ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ruby/test_ractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def initialize(*)
100100
end
101101

102102
def test_move_nested_hash_during_gc_with_yjit
103-
assert_ractor(<<~'RUBY', args: [{ "RUBY_YJIT_ENABLE" => "1" }])
103+
assert_ractor(<<~'RUBY', timeout: 20, args: [{ "RUBY_YJIT_ENABLE" => "1" }])
104104
GC.stress = true
105105
hash = { foo: { bar: "hello" }, baz: { qux: "there" } }
106106
result = Ractor.new { Ractor.receive }.send(hash, move: true).value

0 commit comments

Comments
 (0)