ruby-changes:38617
From: ko1 <ko1@a...>
Date: Mon, 1 Jun 2015 03:54:02 +0900 (JST)
Subject: [ruby-changes:38617] ko1:r50698 (trunk): * test/ruby/test_gc.rb: increase timeout seconds for GC stressful
ko1 2015-06-01 03:53:45 +0900 (Mon, 01 Jun 2015) New Revision: 50698 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50698 Log: * test/ruby/test_gc.rb: increase timeout seconds for GC stressful debugging. Modified files: trunk/ChangeLog trunk/test/ruby/test_gc.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 50697) +++ ChangeLog (revision 50698) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Jun 1 03:52:55 2015 Koichi Sasada <ko1@a...> + + * test/ruby/test_gc.rb: increase timeout seconds for GC stressful + debugging. + Sun May 31 04:18:06 2015 Koichi Sasada <ko1@a...> * method.h: fix typo of comments. Index: test/ruby/test_gc.rb =================================================================== --- test/ruby/test_gc.rb (revision 50697) +++ test/ruby/test_gc.rb (revision 50698) @@ -252,7 +252,7 @@ class TestGc < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_gc.rb#L252 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/