From 38d483ca7f32126046b8e55905b1d0765819c400 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Aug 03 2012 15:58:51 +0000 Subject: changed tests/p_arpwatch/arpwatch_test.sh: prolonged sleep durations to hopefully fix test on slower hardware --- diff --git a/tests/p_arpwatch/arpwatch_test.sh b/tests/p_arpwatch/arpwatch_test.sh index e382dd0..e63d537 100755 --- a/tests/p_arpwatch/arpwatch_test.sh +++ b/tests/p_arpwatch/arpwatch_test.sh @@ -19,12 +19,12 @@ fi # beginning and running test arpwatch -sleep 1 +sleep 2 arp -d $defgw -sleep 1 -ping -q -i 0.25 -c 5 $defgw +sleep 2 +ping -q -i 0.5 -c 5 $defgw killall arpwatch -sleep 1 +sleep 2 grep -q $defgw $arpdat ret_val=$?