mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Extend sleep before sending USR1 in TestProcess
because the test seems to hang there forever: https://travis-ci.org/ruby/ruby/jobs/566409880
This commit is contained in:
parent
cb84824481
commit
076f3fcf11
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ class TestProcess < Test::Unit::TestCase
|
|||
end
|
||||
EOS
|
||||
assert_equal("start\n", io.gets)
|
||||
sleep 0.5
|
||||
sleep 3
|
||||
Process.kill(:USR1, io.pid)
|
||||
assert_equal("ok\n", io.read)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue