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 10m



details:   https://anonhg.NetBSD.org/src/rev/c504ed91363f
branches:  trunk
changeset: 745782:c504ed91363f
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Mar 12 12:57:45 2020 +0000

description:
Bump timeout to 10m

diffstat:

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

diffs (18 lines):

diff -r 1a6b1fde587c -r c504ed91363f tests/lib/libarchive/t_libarchive.sh
--- a/tests/lib/libarchive/t_libarchive.sh      Thu Mar 12 12:17:15 2020 +0000
+++ b/tests/lib/libarchive/t_libarchive.sh      Thu Mar 12 12:57:45 2020 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: t_libarchive.sh,v 1.2 2020/01/28 18:18:32 martin Exp $
+#       $NetBSD: t_libarchive.sh,v 1.3 2020/03/12 12:57:45 martin Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -30,7 +30,7 @@
 libarchive_head()
 {
         atf_set "descr" "test libarchive"
-       atf_set "timeout" "3600"
+       atf_set "timeout" "6000"
 }
 
 libarchive_body()



Home | Main Index | Thread Index | Old Index