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:
parent
717be3df42
commit
54c332d200
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class TestSymbol < Test::Unit::TestCase
|
||||||
assert_equal ary_ids, ary.collect(&:object_id)
|
assert_equal ary_ids, ary.collect(&:object_id)
|
||||||
end
|
end
|
||||||
|
|
||||||
assert_ruby_status([], <<-"end;", timeout: 0.1)
|
assert_ruby_status([], <<-"end;", timeout: 5.0)
|
||||||
GC.stress = true
|
GC.stress = true
|
||||||
true.tap(&:itself)
|
true.tap(&:itself)
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in a new issue