Module Name: src Committed By: roy Date: Mon Sep 9 10:29:04 UTC 2019
Modified Files: src/tests/net/arp: t_arp.sh Log Message: t_arp: Wait for 10 seconds for RTM_MISS Let's try increasing the ping timeout to try and fix PR misc/54525. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/tests/net/arp/t_arp.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/net/arp/t_arp.sh diff -u src/tests/net/arp/t_arp.sh:1.39 src/tests/net/arp/t_arp.sh:1.40 --- src/tests/net/arp/t_arp.sh:1.39 Tue Sep 3 19:07:50 2019 +++ src/tests/net/arp/t_arp.sh Mon Sep 9 10:29:04 2019 @@ -1,4 +1,4 @@ -# $NetBSD: t_arp.sh,v 1.39 2019/09/03 19:07:50 roy Exp $ +# $NetBSD: t_arp.sh,v 1.40 2019/09/09 10:29:04 roy Exp $ # # Copyright (c) 2015 The NetBSD Foundation, Inc. # All rights reserved. @@ -730,7 +730,7 @@ arp_rtm_body() sleep 1 # arp_maxtries = 5, second between each try atf_check -s exit:2 -o ignore -e ignore \ - rump.ping -n -w 6 -c 6 $IP4DST_FAIL1 + rump.ping -n -w 10 -c 10 $IP4DST_FAIL1 wait $pid $DEBUG && cat $file