From 0e5640b56f85104293cabe34ae08b8fc94241c7d Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Fri, 7 Jun 2024 21:26:50 +0900 Subject: [PATCH] Extend timeout of TestGCCompect#test_moving_objects_between_size_pools It is too flaky on macOS GitHub Actions --- test/ruby/test_gc_compact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb index f47c0b046b..5e8645eb76 100644 --- a/test/ruby/test_gc_compact.rb +++ b/test/ruby/test_gc_compact.rb @@ -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