aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-09 05:45:01 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-09 05:45:01 +0000
commit52b6be0ad393508c66bb6d7f4f027985d09f0fd5 (patch)
tree5d298b0017d4e006e109fb6364c6abee73e3f4c3 /test
parent1edaa6d2441dc168bebc4f3ebb254a85b1425dba (diff)
downloadruby-52b6be0ad393508c66bb6d7f4f027985d09f0fd5.tar.gz
* test/ruby/test_gc.rb: more long timeout.
This test failed under RGENGC_CHECK_MODE >= 2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_gc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index b1933edb56..3d0bca6eff 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -284,7 +284,7 @@ class TestGc < Test::Unit::TestCase
def test_sweep_in_finalizer
bug9205 = '[ruby-core:58833] [Bug #9205]'
2.times do
- assert_ruby_status([], <<-'end;', bug9205, timeout: 30)
+ assert_ruby_status([], <<-'end;', bug9205, timeout: 60)
raise_proc = proc do |id|
GC.start
end