Source-Changes-HG archive

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

[src/trunk]: src/tests/crypto/libcrypto PR 56875: Bump timeout for the bignum...



details:   https://anonhg.NetBSD.org/src/rev/492d51fbd907
branches:  trunk
changeset: 366703:492d51fbd907
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jun 10 05:59:12 2022 +0000

description:
PR 56875: Bump timeout for the bignumber test to 2h, as suggested
by Tom Lane to give slower architectures a chance to complete it.

diffstat:

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

diffs (18 lines):

diff -r e1c864149452 -r 492d51fbd907 tests/crypto/libcrypto/t_libcrypto.sh
--- a/tests/crypto/libcrypto/t_libcrypto.sh     Thu Jun 09 18:26:06 2022 +0000
+++ b/tests/crypto/libcrypto/t_libcrypto.sh     Fri Jun 10 05:59:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_libcrypto.sh,v 1.7 2020/04/11 16:55:33 gson Exp $
+# $NetBSD: t_libcrypto.sh,v 1.8 2022/06/10 05:59:12 martin 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" "720"
+       atf_set "timeout" "7200"
 }
 bn_body()
 {



Home | Main Index | Thread Index | Old Index