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

Extend timeout for Solaris unstable10s.

http://rubyci.org/logs/rubyci.s3.amazonaws.com/unstable10s/ruby-trunk/log/20161206T181910Z.fail.html.gz

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2016-12-07 02:41:00 +00:00
parent 7eb8d74f34
commit f4b51e69dc
2 changed files with 2 additions and 2 deletions

View file

@ -2138,7 +2138,7 @@ EOS
end
def test_deadlock_by_signal_at_forking
assert_separately(["-", RUBY], <<-INPUT, timeout: 60)
assert_separately(["-", RUBY], <<-INPUT, timeout: 80)
ruby = ARGV.shift
GC.start # reduce garbage
GC.disable # avoid triggering CoW after forks

View file

@ -697,7 +697,7 @@ class TestRequire < Test::Unit::TestCase
bug7530 = '[ruby-core:50645]'
Tempfile.create(%w'bug-7530- .rb') {|script|
script.close
assert_in_out_err([{"RUBYOPT" => nil}, "-", script.path], <<-INPUT, %w(:ok), [], bug7530, timeout: 40)
assert_in_out_err([{"RUBYOPT" => nil}, "-", script.path], <<-INPUT, %w(:ok), [], bug7530, timeout: 60)
PATH = ARGV.shift
THREADS = 4
ITERATIONS_PER_THREAD = 1000