Module Name:    src
Committed By:   gson
Date:           Sat Apr 11 16:55:33 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/tests/crypto/libcrypto/t_libcrypto.sh:1.7
--- src/tests/crypto/libcrypto/t_libcrypto.sh:1.6	Mon Sep 24 16:25:24 2018
+++ src/tests/crypto/libcrypto/t_libcrypto.sh	Sat Apr 11 16:55:33 2020
@@ -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 @@ atf_test_case bn
 bn_head()
 {
 	atf_set "descr" "Checks BIGNUM library"
-	atf_set "timeout" "360"
+	atf_set "timeout" "720"
 }
 bn_body()
 {

Reply via email to