Module Name: src
Committed By: martin
Date: Wed Jul 31 10:38:47 UTC 2024
Modified Files:
src/tests/crypto/libcrypto: t_pubkey.sh
Log Message:
Set a longish timeout for the dsa test - my landisk machine needs a bit
more than 926s to pass this test.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/crypto/libcrypto/t_pubkey.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/crypto/libcrypto/t_pubkey.sh
diff -u src/tests/crypto/libcrypto/t_pubkey.sh:1.7 src/tests/crypto/libcrypto/t_pubkey.sh:1.8
--- src/tests/crypto/libcrypto/t_pubkey.sh:1.7 Mon May 8 17:46:06 2023
+++ src/tests/crypto/libcrypto/t_pubkey.sh Wed Jul 31 10:38:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: t_pubkey.sh,v 1.7 2023/05/08 17:46:06 christos Exp $
+# $NetBSD: t_pubkey.sh,v 1.8 2024/07/31 10:38:47 martin Exp $
#
# Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -29,6 +29,7 @@ atf_test_case dsa
dsa_head()
{
atf_set "descr" "Checks DSA cipher"
+ atf_set "timeout" "1350"
}
dsa_body()
{