diff options
| author | Yusuke Endoh <mame@ruby-lang.org> | 2024-06-07 22:39:21 +0900 |
|---|---|---|
| committer | Yusuke Endoh <mame@ruby-lang.org> | 2024-06-07 22:39:21 +0900 |
| commit | 7944710ed46f4ca13fd5e3c023fc37fcb1928fad (patch) | |
| tree | 2f01d87157bec28bf7eb3d9f95333c4b23f19ebc /test/ruby | |
| parent | 91b86f1b4f1b6b269cca800fbbe53415f0d8d173 (diff) | |
TestGc#test_thrashing_for_young_objects: extend the timeout limit
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_gc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index 39b001c3d0..491746fe83 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -648,7 +648,7 @@ class TestGc < Test::Unit::TestCase def test_thrashing_for_young_objects # This test prevents bugs like [Bug #18929] - assert_separately([], __FILE__, __LINE__, <<-'RUBY') + assert_separately([], __FILE__, __LINE__, <<-'RUBY', timeout: 60) # Grow the heap @ary = 100_000.times.map { Object.new } |
