mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
extend timeout more
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b2feea2945
commit
04de75bf9c
1 changed files with 1 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ class TestProc < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_local_variable_set_wb
|
||||
assert_ruby_status([], <<-'end;', '[Bug #13605]', timeout: 20)
|
||||
assert_ruby_status([], <<-'end;', '[Bug #13605]', timeout: 30)
|
||||
b = binding
|
||||
n = 20_000
|
||||
|
||||
|
|
Loading…
Reference in a new issue