Module Name: src Committed By: knakahara Date: Fri Jan 11 08:05:53 UTC 2019
Modified Files: src/tests/net/if_ipsec: t_ipsec.sh Log Message: workaround for PR kern/53848 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/net/if_ipsec/t_ipsec.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/if_ipsec/t_ipsec.sh diff -u src/tests/net/if_ipsec/t_ipsec.sh:1.6 src/tests/net/if_ipsec/t_ipsec.sh:1.7 --- src/tests/net/if_ipsec/t_ipsec.sh:1.6 Thu Jan 10 00:45:08 2019 +++ src/tests/net/if_ipsec/t_ipsec.sh Fri Jan 11 08:05:52 2019 @@ -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_RECURSIVE1=fc00:104::1 ROUTER2_IPSECIP6_RECURSIVE2=fc00:204::1 DEBUG=${DEBUG:-false} -TIMEOUT=7 +TIMEOUT=15 atf_test_case ipsecif_create_destroy cleanup ipsecif_create_destroy_head()