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 timeout of r51991
  too.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-10-04 06:50:28 +00:00
parent 717be3df42
commit 54c332d200

View file

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