1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2015-10-01 15:51:20 +00:00
parent 58ddc7a03f
commit 92ad578a40

View file

@ -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;