Source-Changes-HG archive

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

[src/trunk]: src/tests/net/if_wg PR 56879: bump timeout for the wg_malformed ...



details:   https://anonhg.NetBSD.org/src/rev/3ec1f2fd053b
branches:  trunk
changeset: 366766:3ec1f2fd053b
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jun 13 07:59:15 2022 +0000

description:
PR 56879: bump timeout for the wg_malformed test to 100 seconds,
as suggested by Tom Lane - the test takes ~32 seconds on my unloaded sh4
machine.

diffstat:

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

diffs (18 lines):

diff -r ef4a5cbca576 -r 3ec1f2fd053b tests/net/if_wg/t_misc.sh
--- a/tests/net/if_wg/t_misc.sh Mon Jun 13 07:40:58 2022 +0000
+++ b/tests/net/if_wg/t_misc.sh Mon Jun 13 07:59:15 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_misc.sh,v 1.11 2021/11/26 20:02:35 gson Exp $
+#      $NetBSD: t_misc.sh,v 1.12 2022/06/13 07:59:15 martin Exp $
 #
 # Copyright (c) 2018 Ryota Ozaki <ozaki.ryota%gmail.com@localhost>
 # All rights reserved.
@@ -603,7 +603,7 @@
 
        atf_set "descr" "tests malformed packet headers"
        atf_set "require.progs" "nc" "rump_server" "wgconfig" "wg-keygen"
-       atf_set "timeout" "10"
+       atf_set "timeout" "100"
 }
 
 wg_malformed_body()



Home | Main Index | Thread Index | Old Index