1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-09 01:18:39 +03:00

tests: extend sleep

This commit is contained in:
Zdenek Kabelac 2018-11-30 12:55:05 +01:00 committed by David Teigland
parent cc7169df30
commit 8b13867548

View File

@ -44,7 +44,7 @@ dmeventd -R -f &
echo $! >LOCAL_DMEVENTD
# wait longer as tries to communicate with killed daemon
sleep 7
sleep 9
# now dmeventd should not be running
not pgrep dmeventd
rm LOCAL_DMEVENTD