Source-Changes-HG archive

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

[src/trunk]: src/tests/crypto/libcrypto Double the timeout for the bn test ca...



details:   https://anonhg.NetBSD.org/src/rev/350ff527d7e9
branches:  trunk
changeset: 930667:350ff527d7e9
user:      gson <gson%NetBSD.org@localhost>
date:      Sat Apr 11 16:55:33 2020 +0000

description:
Double the timeout for the bn test case; 360 seconds is no longer
sufficient under qemu since the latest openssl update.

diffstat:

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

diffs (18 lines):

diff -r f312c1392256 -r 350ff527d7e9 tests/crypto/libcrypto/t_libcrypto.sh
--- a/tests/crypto/libcrypto/t_libcrypto.sh     Sat Apr 11 16:15:34 2020 +0000
+++ b/tests/crypto/libcrypto/t_libcrypto.sh     Sat Apr 11 16:55:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_libcrypto.sh,v 1.6 2018/09/24 16:25:24 christos Exp $
+# $NetBSD: t_libcrypto.sh,v 1.7 2020/04/11 16:55:33 gson Exp $
 #
 # Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -39,7 +39,7 @@
 bn_head()
 {
        atf_set "descr" "Checks BIGNUM library"
-       atf_set "timeout" "360"
+       atf_set "timeout" "720"
 }
 bn_body()
 {



Home | Main Index | Thread Index | Old Index