mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
1edaa6d244
commit
52b6be0ad3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Apr 9 14:43:00 2014 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* test/ruby/test_gc.rb: more long timeout.
|
||||
This test failed under RGENGC_CHECK_MODE >= 2.
|
||||
|
||||
Wed Apr 9 13:07:13 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in: get rid of __builtin_setjmp/__builtin_longjmp on
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue