mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
extend timeout to 15 seconds for ARMv8 environment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0d2346f9a1
commit
64f0caac34
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]')
|
||||
assert_ruby_status([], <<-'end;', '[Bug #13605]', timeout: 15)
|
||||
b = binding
|
||||
n = 20_000
|
||||
|
||||
|
|
Loading…
Reference in a new issue