summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-04 06:50:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-04 06:50:28 +0000
commit54c332d200c6181e26ff29e482e98c716b80765b (patch)
tree63829015af282835b78bf2f4f22cb6d2b77af794 /test
parent717be3df4275f11025c8f70f62269161abc2c07e (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_symbol.rb2
1 files changed, 1 insertions, 1 deletions
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;