mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Extend timeout
On armv7 environment, the timeout is too short http://rubyci.s3.amazonaws.com/scw-9d6766/ruby-trunk/log/20180319T191706Z.diff.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9fa0d0058d
commit
0cd595cb47
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ class TestRubyOptimization < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_clear_unreachable_keyword_args
|
def test_clear_unreachable_keyword_args
|
||||||
assert_separately [], <<-END, timeout: 15
|
assert_separately [], <<-END, timeout: 20
|
||||||
script = <<-EOS
|
script = <<-EOS
|
||||||
if true
|
if true
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue