increase sleep time

This commit is contained in:
John Bintz 2011-06-01 10:37:09 -04:00
parent bc40c594a4
commit f27e753caa
1 changed files with 1 additions and 1 deletions

View File

@ -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!