vit: increase test sleep time (#47238)

This commit is contained in:
Bo Anderson 2019-11-27 00:49:37 +00:00 committed by GitHub
parent 7f4a04032d
commit 73c4c35d38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ class Vit < Formula
require "pty"
PTY.spawn(bin/"vit") do |_stdout, _stdin, pid|
sleep 1
sleep 3
Process.kill "TERM", pid
end
assert_predicate testpath/".task", :exist?