Increase delay in remote logging test for Travis-CI

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-10-31 09:53:56 +01:00
parent 8adb82494e
commit 7a605f1435

View File

@ -7,13 +7,11 @@ MSG="kilroy"
tshark -Qni lo -w ${CAP} port ${PORT} 2>/dev/null &
#tcpdump -qlni lo -w ${CAP} port ${PORT} 2>/dev/null &
PID="$!"
sleep 1
sleep 2
echo "Hej"
../src/logger -u ${SOCK} ${MSG}
echo "Nej"
sleep 1
sleep 2
kill -TERM ${PID}
wait ${PID}