increase sleep time
This commit is contained in:
parent
bc40c594a4
commit
f27e753caa
|
@ -58,7 +58,7 @@ module Guard
|
||||||
end
|
end
|
||||||
|
|
||||||
def wait_for_pid_action
|
def wait_for_pid_action
|
||||||
sleep 0.5
|
sleep 2
|
||||||
end
|
end
|
||||||
|
|
||||||
def kill_unmanaged_pid!
|
def kill_unmanaged_pid!
|
||||||
|
|
Loading…
Reference in New Issue