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/4a0a0468ccce
branches: trunk
changeset: 1009065:4a0a0468ccce
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 1e46c3dce990 -r 4a0a0468ccce 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