Extend timeout of TestGCCompect#test_moving_objects_between_size_pools

It is too flaky on macOS GitHub Actions
This commit is contained in:
Yusuke Endoh 2024-06-07 21:26:50 +09:00
parent 5e1001f754
commit 0e5640b56f

View File

@ -332,7 +332,7 @@ class TestGCCompact < Test::Unit::TestCase
def test_moving_objects_between_size_pools
omit if GC::INTERNAL_CONSTANTS[:SIZE_POOL_COUNT] == 1
assert_separately(%w[-robjspace], "#{<<~"begin;"}\n#{<<~"end;"}", timeout: 10, signal: :SEGV)
assert_separately(%w[-robjspace], "#{<<~"begin;"}\n#{<<~"end;"}", timeout: 60, signal: :SEGV)
begin;
class Foo
def add_ivars