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:
parent
3f5ae0e861
commit
892ee80e59
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user