Module Name:    src
Committed By:   martin
Date:           Mon Jun 13 07:59:15 UTC 2022

Modified Files:
        src/tests/net/if_wg: t_misc.sh

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/net/if_wg/t_misc.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_wg/t_misc.sh
diff -u src/tests/net/if_wg/t_misc.sh:1.11 src/tests/net/if_wg/t_misc.sh:1.12
--- src/tests/net/if_wg/t_misc.sh:1.11	Fri Nov 26 20:02:35 2021
+++ src/tests/net/if_wg/t_misc.sh	Mon Jun 13 07:59:15 2022
@@ -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.ry...@gmail.com>
 # All rights reserved.
@@ -603,7 +603,7 @@ wg_malformed_head()
 
 	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()

Reply via email to