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 default timeout of 300 seconds is...



details:   https://anonhg.NetBSD.org/src/rev/bc78183b8664
branches:  trunk
changeset: 836142:bc78183b8664
user:      gson <gson%NetBSD.org@localhost>
date:      Sat Sep 29 10:50:33 2018 +0000

description:
The default timeout of 300 seconds is not enough for the t_ciphers:evp
test case on qemu/sparc since the import of openssl 1.1.0i on 2018-08-18.

diffstat:

 tests/crypto/libcrypto/t_ciphers.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 73ec87649c71 -r bc78183b8664 tests/crypto/libcrypto/t_ciphers.sh
--- a/tests/crypto/libcrypto/t_ciphers.sh       Sat Sep 29 07:00:20 2018 +0000
+++ b/tests/crypto/libcrypto/t_ciphers.sh       Sat Sep 29 10:50:33 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ciphers.sh,v 1.6 2018/09/23 13:34:57 christos Exp $
+# $NetBSD: t_ciphers.sh,v 1.7 2018/09/29 10:50:33 gson Exp $
 #
 # Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -60,6 +60,7 @@
 evp_head()
 {
        atf_set "descr" "Checks EVP cipher"
+       atf_set "timeout" "600"
 }
 evp_body()
 {



Home | Main Index | Thread Index | Old Index