Skip to content

Commit c1c0b32

Browse files
committed
test_gc.rb: Attempt to stabilize test_interrupt_in_finalizer
This fails way too often across many environments. I don't think this test is healthy. https://github.com/ruby/ruby/actions/runs/17343611722/job/49240735401 Before we give up on it, let me see if this helps.
1 parent e21988c commit c1c0b32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ruby/test_gc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ def test_interrupt_in_finalizer
747747
Signal.trap(:INT, 'DEFAULT')
748748
pid = $$
749749
Thread.start do
750-
10.times {
750+
1000.times {
751751
sleep 0.1
752752
Process.kill("INT", pid) rescue break
753753
}

0 commit comments

Comments
 (0)