From 92ad578a4023ca1fa3de16485a00720b4376d4e9 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 1 Oct 2015 15:51:20 +0000 Subject: test_symbol.rb: relax * test/ruby/test_symbol.rb (test_to_proc): relax the timeout. [ruby-core:70961] [Bug #11560] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_symbol.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_symbol.rb b/test/ruby/test_symbol.rb index bf2c4adbc9..50e39ac482 100644 --- a/test/ruby/test_symbol.rb +++ b/test/ruby/test_symbol.rb @@ -123,7 +123,7 @@ class TestSymbol < Test::Unit::TestCase true.tap(&:itself) end; - assert_ruby_status([], <<-"end;", timeout: 0.1) + assert_ruby_status([], <<-"end;", timeout: 5.0) GC.stress = true 100.times {Proc.new(&:itself)} end; -- cgit v1.2.3