ruby-changes:39937
From: nobu <ko1@a...>
Date: Sun, 4 Oct 2015 15:50:38 +0900 (JST)
Subject: [ruby-changes:39937] nobu:r52018 (trunk): test_symbol.rb: relax
nobu 2015-10-04 15:50:28 +0900 (Sun, 04 Oct 2015) New Revision: 52018 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52018 Log: test_symbol.rb: relax * test/ruby/test_symbol.rb (test_to_proc): relax timeout of r51991 too. Modified files: trunk/test/ruby/test_symbol.rb Index: test/ruby/test_symbol.rb =================================================================== --- test/ruby/test_symbol.rb (revision 52017) +++ test/ruby/test_symbol.rb (revision 52018) @@ -118,7 +118,7 @@ class TestSymbol < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_symbol.rb#L118 assert_equal ary_ids, ary.collect(&:object_id) end - assert_ruby_status([], <<-"end;", timeout: 0.1) + assert_ruby_status([], <<-"end;", timeout: 5.0) GC.stress = true true.tap(&:itself) end; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/