Source-Changes-HG archive

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

[src/trunk]: src/tests/crypto/libcrypto A timeout of 480 seconds is not enoug...



details:   https://anonhg.NetBSD.org/src/rev/d5cf2ecd5371
branches:  trunk
changeset: 836143:d5cf2ecd5371
user:      gson <gson%NetBSD.org@localhost>
date:      Sat Sep 29 10:54:35 2018 +0000

description:
A timeout of 480 seconds is not enough for the t_pubkey:ec test case
on qemu/sparc.

diffstat:

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

diffs (18 lines):

diff -r bc78183b8664 -r d5cf2ecd5371 tests/crypto/libcrypto/t_pubkey.sh
--- a/tests/crypto/libcrypto/t_pubkey.sh        Sat Sep 29 10:50:33 2018 +0000
+++ b/tests/crypto/libcrypto/t_pubkey.sh        Sat Sep 29 10:54:35 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_pubkey.sh,v 1.4 2016/10/13 09:25:37 martin Exp $
+# $NetBSD: t_pubkey.sh,v 1.5 2018/09/29 10:54:35 gson Exp $
 #
 # Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -60,7 +60,7 @@
 ec_head()
 {
        atf_set "descr" "Checks EC cipher"
-       atf_set "timeout" "480"
+       atf_set "timeout" "960"
 }
 ec_body()
 {



Home | Main Index | Thread Index | Old Index