Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/db bsize_ffactor takes *very* long to complet...



details:   https://anonhg.NetBSD.org/src/rev/78a3b31a8385
branches:  trunk
changeset: 806488:78a3b31a8385
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Feb 26 13:00:26 2015 +0000

description:
bsize_ffactor takes *very* long to complete on some slower machines (maybe
we should investigate?).
Bump timeout up to 1800 seconds (my hppa machine takes ~1100).

diffstat:

 tests/lib/libc/db/t_db.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 64d1aa73e95a -r 78a3b31a8385 tests/lib/libc/db/t_db.sh
--- a/tests/lib/libc/db/t_db.sh Thu Feb 26 12:58:36 2015 +0000
+++ b/tests/lib/libc/db/t_db.sh Thu Feb 26 13:00:26 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_db.sh,v 1.4 2013/07/29 10:43:15 skrll Exp $
+# $NetBSD: t_db.sh,v 1.5 2015/02/26 13:00:26 martin Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -801,7 +801,7 @@
 atf_test_case bsize_ffactor
 bsize_ffactor_head()
 {
-       atf_set "timeout" "480"
+       atf_set "timeout" "1800"
        atf_set "descr" "Checks hash database with various" \
                                        "bucketsizes and fill factors"
 }



Home | Main Index | Thread Index | Old Index