Source-Changes-HG archive

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

[src/trunk]: src/tests/crypto/libcrypto Timeout for evp test case is still no...



details:   https://anonhg.NetBSD.org/src/rev/b7a4246c4767
branches:  trunk
changeset: 449893:b7a4246c4767
user:      gson <gson%NetBSD.org@localhost>
date:      Wed Mar 27 21:14:54 2019 +0000

description:
Timeout for evp test case is still not enough for qemu/sparc

diffstat:

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

diffs (18 lines):

diff -r 3b023eea5ba7 -r b7a4246c4767 tests/crypto/libcrypto/t_ciphers.sh
--- a/tests/crypto/libcrypto/t_ciphers.sh       Wed Mar 27 19:30:31 2019 +0000
+++ b/tests/crypto/libcrypto/t_ciphers.sh       Wed Mar 27 21:14:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ciphers.sh,v 1.7 2018/09/29 10:50:33 gson Exp $
+# $NetBSD: t_ciphers.sh,v 1.8 2019/03/27 21:14:54 gson Exp $
 #
 # Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -60,7 +60,7 @@
 evp_head()
 {
        atf_set "descr" "Checks EVP cipher"
-       atf_set "timeout" "600"
+       atf_set "timeout" "1200"
 }
 evp_body()
 {



Home | Main Index | Thread Index | Old Index