vit: increase test sleep time (#47238)
This commit is contained in:
parent
7f4a04032d
commit
73c4c35d38
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue