Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/crypto/libcrypto The runtime of the ecdsa test case in...
details: https://anonhg.NetBSD.org/src/rev/e547baa638b8
branches: trunk
changeset: 457206:e547baa638b8
user: gson <gson%NetBSD.org@localhost>
date: Sun Jun 16 10:45:50 2019 +0000
description:
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.
diffstat:
tests/crypto/libcrypto/t_pubkey.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0769731a9b1d -r e547baa638b8 tests/crypto/libcrypto/t_pubkey.sh
--- a/tests/crypto/libcrypto/t_pubkey.sh Sun Jun 16 09:12:51 2019 +0000
+++ b/tests/crypto/libcrypto/t_pubkey.sh Sun Jun 16 10:45:50 2019 +0000
@@ -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 @@
ecdsa_head()
{
atf_set "descr" "Checks ECDSA algorithm"
- atf_set "timeout" "480"
+ atf_set "timeout" "3000"
}
ecdsa_body()
{
Home |
Main Index |
Thread Index |
Old Index