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
@ -667,7 +667,7 @@ class TestProcess < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
EOS
|
EOS
|
||||||
assert_equal("start\n", io.gets)
|
assert_equal("start\n", io.gets)
|
||||||
sleep 0.5
|
sleep 3
|
||||||
Process.kill(:USR1, io.pid)
|
Process.kill(:USR1, io.pid)
|
||||||
assert_equal("ok\n", io.read)
|
assert_equal("ok\n", io.read)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user