mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_notimp.rb: loosen timeout
to prevent random failures like
20181229
T033003Z.fail.html.gz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
952b218ffe
commit
63aaee923b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class TestNotImplement < Test::Unit::TestCase
|
|||
proc {`ps -l #{pid}`}
|
||||
end
|
||||
assert_nothing_raised(Timeout::Error, ps) do
|
||||
Timeout.timeout(EnvUtil.apply_timeout_scale(5)) {
|
||||
Timeout.timeout(EnvUtil.apply_timeout_scale(20)) {
|
||||
pid = fork {}
|
||||
Process.wait pid
|
||||
pid = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue