Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/crypto/libcrypto increase timeouts of long-running tests
details: https://anonhg.NetBSD.org/src/rev/3f42ca922576
branches: trunk
changeset: 758566:3f42ca922576
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Nov 08 19:06:12 2010 +0000
description:
increase timeouts of long-running tests
diffstat:
tests/crypto/libcrypto/t_ciphers.sh | 3 ++-
tests/crypto/libcrypto/t_libcrypto.sh | 3 ++-
tests/crypto/libcrypto/t_pubkey.sh | 5 ++++-
3 files changed, 8 insertions(+), 3 deletions(-)
diffs (67 lines):
diff -r 9810f5f18262 -r 3f42ca922576 tests/crypto/libcrypto/t_ciphers.sh
--- a/tests/crypto/libcrypto/t_ciphers.sh Mon Nov 08 18:09:38 2010 +0000
+++ b/tests/crypto/libcrypto/t_ciphers.sh Mon Nov 08 19:06:12 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ciphers.sh,v 1.1 2010/07/10 16:43:25 jmmv Exp $
+# $NetBSD: t_ciphers.sh,v 1.2 2010/11/08 19:06:12 pooka Exp $
#
# Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -39,6 +39,7 @@
cast_head()
{
atf_set "descr" "Checks CAST cipher"
+ atf_set "timeout" "300"
}
cast_body()
{
diff -r 9810f5f18262 -r 3f42ca922576 tests/crypto/libcrypto/t_libcrypto.sh
--- a/tests/crypto/libcrypto/t_libcrypto.sh Mon Nov 08 18:09:38 2010 +0000
+++ b/tests/crypto/libcrypto/t_libcrypto.sh Mon Nov 08 19:06:12 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_libcrypto.sh,v 1.2 2010/11/07 17:51:16 jmmv Exp $
+# $NetBSD: t_libcrypto.sh,v 1.3 2010/11/08 19:06:12 pooka Exp $
#
# Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -49,6 +49,7 @@
bn_head()
{
atf_set "descr" "Checks BIGNUM library"
+ atf_set "timeout" "300"
}
bn_body()
{
diff -r 9810f5f18262 -r 3f42ca922576 tests/crypto/libcrypto/t_pubkey.sh
--- a/tests/crypto/libcrypto/t_pubkey.sh Mon Nov 08 18:09:38 2010 +0000
+++ b/tests/crypto/libcrypto/t_pubkey.sh Mon Nov 08 19:06:12 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_pubkey.sh,v 1.1 2010/07/10 16:43:25 jmmv Exp $
+# $NetBSD: t_pubkey.sh,v 1.2 2010/11/08 19:06:12 pooka Exp $
#
# Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -49,6 +49,7 @@
rsa_head()
{
atf_set "descr" "Checks RSA"
+ atf_set "timeout" "300"
}
rsa_body()
{
@@ -59,6 +60,7 @@
ec_head()
{
atf_set "descr" "Checks EC cipher"
+ atf_set "timeout" "300"
}
ec_body()
{
@@ -79,6 +81,7 @@
ecdsa_head()
{
atf_set "descr" "Checks ECDSA algorithm"
+ atf_set "timeout" "300"
}
ecdsa_body()
{
Home |
Main Index |
Thread Index |
Old Index