summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc.rb
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-05-24 11:20:12 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-05-24 11:20:12 +0900
commit498113d5d39a4227c2b9a9c11bea895fe316e6b9 (patch)
tree309e8bc6ef4999c395caae76ad55c15c33b6e1b8 /test/ruby/test_gc.rb
parent1ee1e8fccdec8de86799db02d6f62ba3d064ba1e (diff)
test/ruby/test_gc.rb (test_gc_stress_at_startup): extend time timeout
It fails on some CI environments. https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian8/ruby-trunk/log/20190524T003006Z.fail.html.gz https://rubyci.org/logs/rubyci.s3.amazonaws.com/unstable11s/ruby-trunk/log/20190523T002505Z.fail.html.gz
Diffstat (limited to 'test/ruby/test_gc.rb')
-rw-r--r--test/ruby/test_gc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index 5dea1b2742..b5fb532c72 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -385,7 +385,7 @@ class TestGc < Test::Unit::TestCase
end
def test_gc_stress_at_startup
- assert_in_out_err([{"RUBY_DEBUG"=>"gc_stress"}], '', [], [], '[Bug #15784]', success: true)
+ assert_in_out_err([{"RUBY_DEBUG"=>"gc_stress"}], '', [], [], '[Bug #15784]', success: true, timeout: 60)
end
def test_gc_disabled_start