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/669e03d5a1f0
branches:  trunk
changeset: 433707:669e03d5a1f0
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 1bb3eb134b2e -r 669e03d5a1f0 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