1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test/ruby/test_process.rb (test_many_args): increase timeout

Some machines take a while to run this test, apparently.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2015-08-05 22:26:36 +00:00
parent 0777dd0272
commit 46bd8e86a5

View file

@ -2175,7 +2175,7 @@ EOS
def test_many_args
bug11418 = '[ruby-core:70251] [Bug #11418]'
assert_in_out_err([], <<-"end;", ["x"]*256, [], bug11418)
assert_in_out_err([], <<-"end;", ["x"]*256, [], bug11418, timeout: 60)
bin = "#{EnvUtil.rubybin}"
args = Array.new(256) {"x"}
GC.stress = true