mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Extend timeout for Solaris unstable10s.
20161206
T181910Z.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:
parent
7eb8d74f34
commit
f4b51e69dc
2 changed files with 2 additions and 2 deletions
|
@ -2138,7 +2138,7 @@ EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_deadlock_by_signal_at_forking
|
def test_deadlock_by_signal_at_forking
|
||||||
assert_separately(["-", RUBY], <<-INPUT, timeout: 60)
|
assert_separately(["-", RUBY], <<-INPUT, timeout: 80)
|
||||||
ruby = ARGV.shift
|
ruby = ARGV.shift
|
||||||
GC.start # reduce garbage
|
GC.start # reduce garbage
|
||||||
GC.disable # avoid triggering CoW after forks
|
GC.disable # avoid triggering CoW after forks
|
||||||
|
|
|
@ -697,7 +697,7 @@ class TestRequire < Test::Unit::TestCase
|
||||||
bug7530 = '[ruby-core:50645]'
|
bug7530 = '[ruby-core:50645]'
|
||||||
Tempfile.create(%w'bug-7530- .rb') {|script|
|
Tempfile.create(%w'bug-7530- .rb') {|script|
|
||||||
script.close
|
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
|
PATH = ARGV.shift
|
||||||
THREADS = 4
|
THREADS = 4
|
||||||
ITERATIONS_PER_THREAD = 1000
|
ITERATIONS_PER_THREAD = 1000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue