Source-Changes-HG archive

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

[src/trunk]: src/tests/crypto/libcrypto Bump timeouts so they work on a 32bit...



details:   https://anonhg.NetBSD.org/src/rev/b0d38805eabc
branches:  trunk
changeset: 348281:b0d38805eabc
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Oct 13 09:25:37 2016 +0000

description:
Bump timeouts so they work on a 32bit sparc (poor Krups)

diffstat:

 tests/crypto/libcrypto/t_libcrypto.sh |  4 ++--
 tests/crypto/libcrypto/t_pubkey.sh    |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r aed8381a19b4 -r b0d38805eabc tests/crypto/libcrypto/t_libcrypto.sh
--- a/tests/crypto/libcrypto/t_libcrypto.sh     Thu Oct 13 08:56:31 2016 +0000
+++ b/tests/crypto/libcrypto/t_libcrypto.sh     Thu Oct 13 09:25:37 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_libcrypto.sh,v 1.3 2010/11/08 19:06:12 pooka Exp $
+# $NetBSD: t_libcrypto.sh,v 1.4 2016/10/13 09:25:37 martin Exp $
 #
 # Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -49,7 +49,7 @@
 bn_head()
 {
        atf_set "descr" "Checks BIGNUM library"
-       atf_set "timeout" "300"
+       atf_set "timeout" "360"
 }
 bn_body()
 {
diff -r aed8381a19b4 -r b0d38805eabc tests/crypto/libcrypto/t_pubkey.sh
--- a/tests/crypto/libcrypto/t_pubkey.sh        Thu Oct 13 08:56:31 2016 +0000
+++ b/tests/crypto/libcrypto/t_pubkey.sh        Thu Oct 13 09:25:37 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_pubkey.sh,v 1.3 2011/06/09 05:25:21 spz Exp $
+# $NetBSD: t_pubkey.sh,v 1.4 2016/10/13 09:25:37 martin Exp $
 #
 # Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -49,7 +49,7 @@
 rsa_head()
 {
        atf_set "descr" "Checks RSA"
-       atf_set "timeout" "300"
+       atf_set "timeout" "420"
 }
 rsa_body()
 {
@@ -60,7 +60,7 @@
 ec_head()
 {
        atf_set "descr" "Checks EC cipher"
-       atf_set "timeout" "300"
+       atf_set "timeout" "480"
 }
 ec_body()
 {
@@ -81,7 +81,7 @@
 ecdsa_head()
 {
        atf_set "descr" "Checks ECDSA algorithm"
-       atf_set "timeout" "300"
+       atf_set "timeout" "480"
 }
 ecdsa_body()
 {



Home | Main Index | Thread Index | Old Index