Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/if_ipsec workaround for PR kern/53848



details:   https://anonhg.NetBSD.org/src/rev/49ac252fe392
branches:  trunk
changeset: 447442:49ac252fe392
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Fri Jan 11 08:05:52 2019 +0000

description:
workaround for PR kern/53848

diffstat:

 tests/net/if_ipsec/t_ipsec.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9e4f99c8f56e -r 49ac252fe392 tests/net/if_ipsec/t_ipsec.sh
--- a/tests/net/if_ipsec/t_ipsec.sh     Fri Jan 11 07:14:57 2019 +0000
+++ b/tests/net/if_ipsec/t_ipsec.sh     Fri Jan 11 08:05:52 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ipsec.sh,v 1.6 2019/01/10 00:45:08 knakahara Exp $
+#      $NetBSD: t_ipsec.sh,v 1.7 2019/01/11 08:05:52 knakahara Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -62,7 +62,7 @@
 ROUTER2_IPSECIP6_RECURSIVE2=fc00:204::1
 
 DEBUG=${DEBUG:-false}
-TIMEOUT=7
+TIMEOUT=15
 
 atf_test_case ipsecif_create_destroy cleanup
 ipsecif_create_destroy_head()



Home | Main Index | Thread Index | Old Index