From 892ee80e5908a9fb2636b9924cc199434a2a7c74 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Thu, 31 Oct 2019 10:52:27 +0100 Subject: [PATCH] Trim test times now that we've fixed the root cause on Travis-CI Signed-off-by: Joachim Nilsson --- test/remote.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/remote.sh b/test/remote.sh index 69c8eb1..309cea9 100755 --- a/test/remote.sh +++ b/test/remote.sh @@ -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}