Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/arp t_arp: Wait for 10 seconds for RTM_MISS
details: https://anonhg.NetBSD.org/src/rev/ea1550d90e22
branches: trunk
changeset: 965272:ea1550d90e22
user: roy <roy%NetBSD.org@localhost>
date: Mon Sep 09 10:29:04 2019 +0000
description:
t_arp: Wait for 10 seconds for RTM_MISS
Let's try increasing the ping timeout to try and fix PR misc/54525.
diffstat:
tests/net/arp/t_arp.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 57fc248f03e1 -r ea1550d90e22 tests/net/arp/t_arp.sh
--- a/tests/net/arp/t_arp.sh Mon Sep 09 07:46:49 2019 +0000
+++ b/tests/net/arp/t_arp.sh Mon Sep 09 10:29:04 2019 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index