summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2024-06-07 21:26:50 +0900
committerYusuke Endoh <mame@ruby-lang.org>2024-06-07 22:09:44 +0900
commit0e5640b56f85104293cabe34ae08b8fc94241c7d (patch)
treef917d7240b31fe3c14ecf853f54706000eb99d56 /test/ruby
parent5e1001f754b34e1f0cc67563512c6036b6eb75ab (diff)
Extend timeout of TestGCCompect#test_moving_objects_between_size_pools
It is too flaky on macOS GitHub Actions
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_gc_compact.rb2
1 files changed, 1 insertions, 1 deletions
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