From 54c332d200c6181e26ff29e482e98c716b80765b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 4 Oct 2015 06:50:28 +0000 Subject: test_symbol.rb: relax * test/ruby/test_symbol.rb (test_to_proc): relax timeout of r51991 too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_symbol.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_symbol.rb b/test/ruby/test_symbol.rb index 1df9f08b76..cb6ba90698 100644 --- a/test/ruby/test_symbol.rb +++ b/test/ruby/test_symbol.rb @@ -118,7 +118,7 @@ class TestSymbol < Test::Unit::TestCase 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; -- cgit v1.2.3