Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libarchive Bump timeout to 3600 - the libarchive t...



details:   https://anonhg.NetBSD.org/src/rev/b9d4a15a8588
branches:  trunk
changeset: 744274:b9d4a15a8588
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jan 28 18:18:32 2020 +0000

description:
Bump timeout to 3600 - the libarchive tests take quite a while to
complete (on a nearly 1 GHz dual armv7 machine it takes more than 700s)

diffstat:

 tests/lib/libarchive/t_libarchive.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 280f924f1ef9 -r b9d4a15a8588 tests/lib/libarchive/t_libarchive.sh
--- a/tests/lib/libarchive/t_libarchive.sh      Tue Jan 28 18:02:30 2020 +0000
+++ b/tests/lib/libarchive/t_libarchive.sh      Tue Jan 28 18:18:32 2020 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: t_libarchive.sh,v 1.1 2020/01/17 16:24:03 christos Exp $
+#       $NetBSD: t_libarchive.sh,v 1.2 2020/01/28 18:18:32 martin Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -30,6 +30,7 @@
 libarchive_head()
 {
         atf_set "descr" "test libarchive"
+       atf_set "timeout" "3600"
 }
 
 libarchive_body()



Home | Main Index | Thread Index | Old Index