Trim test times now that we've fixed the root cause on Travis-CI

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-10-31 10:52:27 +01:00
parent 3f5ae0e861
commit 892ee80e59

View File

@ -9,12 +9,12 @@ MSG="kilroy"
tshark -Qni lo -w ${CAP} port ${PORT} &
#tcpdump -qlni lo -w ${CAP} port ${PORT} &
PID="$!"
sleep 5
sleep 1
ps fax |grep -A3 tshark
../src/logger -u ${SOCK} ${MSG}
sleep 5
sleep 1
kill -TERM ${PID}
wait ${PID}