ruby-changes:44937
From: shugo <ko1@a...>
Date: Wed, 7 Dec 2016 11:41:07 +0900 (JST)
Subject: [ruby-changes:44937] shugo:r57010 (trunk): Extend timeout for Solaris unstable10s.
shugo 2016-12-07 11:41:00 +0900 (Wed, 07 Dec 2016) New Revision: 57010 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57010 Log: Extend timeout for Solaris unstable10s. http://rubyci.org/logs/rubyci.s3.amazonaws.com/unstable10s/ruby-trunk/log/20161206T181910Z.fail.html.gz Modified files: trunk/test/ruby/test_process.rb trunk/test/ruby/test_require.rb Index: test/ruby/test_require.rb =================================================================== --- test/ruby/test_require.rb (revision 57009) +++ test/ruby/test_require.rb (revision 57010) @@ -697,7 +697,7 @@ class TestRequire < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_require.rb#L697 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 Index: test/ruby/test_process.rb =================================================================== --- test/ruby/test_process.rb (revision 57009) +++ test/ruby/test_process.rb (revision 57010) @@ -2138,7 +2138,7 @@ EOS https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L2138 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/