Module Name:    src
Committed By:   martin
Date:           Fri Jun 10 05:59:12 UTC 2022

Modified Files:
        src/tests/crypto/libcrypto: t_libcrypto.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/crypto/libcrypto/t_libcrypto.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/crypto/libcrypto/t_libcrypto.sh
diff -u src/tests/crypto/libcrypto/t_libcrypto.sh:1.7 src/tests/crypto/libcrypto/t_libcrypto.sh:1.8
--- src/tests/crypto/libcrypto/t_libcrypto.sh:1.7	Sat Apr 11 16:55:33 2020
+++ src/tests/crypto/libcrypto/t_libcrypto.sh	Fri Jun 10 05:59:12 2022
@@ -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 @@ atf_test_case bn
 bn_head()
 {
 	atf_set "descr" "Checks BIGNUM library"
-	atf_set "timeout" "720"
+	atf_set "timeout" "7200"
 }
 bn_body()
 {

Reply via email to