Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/if_pppoe fix: extend waittime to avoid unintended ...
details: https://anonhg.NetBSD.org/src/rev/208db9d53f9f
branches: trunk
changeset: 818966:208db9d53f9f
user: knakahara <knakahara%NetBSD.org@localhost>
date: Thu Nov 10 10:32:59 2016 +0000
description:
fix: extend waittime to avoid unintended fail at high cpu load.
diffstat:
tests/net/if_pppoe/t_pppoe.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a54a52a0ba6e -r 208db9d53f9f tests/net/if_pppoe/t_pppoe.sh
--- a/tests/net/if_pppoe/t_pppoe.sh Thu Nov 10 08:35:24 2016 +0000
+++ b/tests/net/if_pppoe/t_pppoe.sh Thu Nov 10 10:32:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_pppoe.sh,v 1.10 2016/11/07 05:25:36 ozaki-r Exp $
+# $NetBSD: t_pppoe.sh,v 1.11 2016/11/10 10:32:59 knakahara Exp $
#
# Copyright (c) 2016 Internet Initiative Japan Inc.
# All rights reserved.
@@ -41,7 +41,7 @@
SECRET=oink
BUS=bus0
TIMEOUT=3
-WAITTIME=5
+WAITTIME=10
DEBUG=${DEBUG:-false}
setup()
Home |
Main Index |
Thread Index |
Old Index