From d1b5a7ac06996ee1e81d849545cfd079b7854d07 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 31 May 2015 18:53:45 +0000 Subject: * test/ruby/test_gc.rb: increase timeout seconds for GC stressful debugging. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_gc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index fd858f2c69..56b63062c5 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -252,7 +252,7 @@ class TestGc < Test::Unit::TestCase end def test_profiler_clear - assert_separately %w[--disable-gem], __FILE__, __LINE__, <<-'eom' + assert_separately %w[--disable-gem], __FILE__, __LINE__, <<-'eom', timeout: 30 GC::Profiler.enable GC.start -- cgit v1.2.3