Skip to content

Commit 3896dbc

Browse files
committed
1 parent 125b3ad commit 3896dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/objspace/test_ractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_tracing_does_not_crash
1414
end
1515

1616
def test_undefine_finalizer
17-
assert_ractor(<<~'RUBY', require: 'objspace', signal: :SEGV)
17+
assert_ractor(<<~'RUBY', timeout: 20, require: 'objspace', signal: :SEGV)
1818
def fin
1919
->(id) { }
2020
end

0 commit comments

Comments
 (0)