Module Name:    src
Committed By:   gson
Date:           Sun Jun 16 10:45:50 UTC 2019

Modified Files:
        src/tests/crypto/libcrypto: t_pubkey.sh

Log Message:
The runtime of the ecdsa test case increased approximately sixfold
with the openssl update on 2019-06-09, and it is now timing out on
sparc.  Increase the timeout by roughly the same factor.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/tests/crypto/libcrypto/t_pubkey.sh:1.6
--- src/tests/crypto/libcrypto/t_pubkey.sh:1.5	Sat Sep 29 10:54:35 2018
+++ src/tests/crypto/libcrypto/t_pubkey.sh	Sun Jun 16 10:45:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: t_pubkey.sh,v 1.5 2018/09/29 10:54:35 gson Exp $
+# $NetBSD: t_pubkey.sh,v 1.6 2019/06/16 10:45:50 gson Exp $
 #
 # Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -81,7 +81,7 @@ atf_test_case ecdsa
 ecdsa_head()
 {
 	atf_set "descr" "Checks ECDSA algorithm"
-	atf_set "timeout" "480"
+	atf_set "timeout" "3000"
 }
 ecdsa_body()
 {

Reply via email to