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 Give my slow, old hardware more time to co...



details:   https://anonhg.NetBSD.org/src/rev/4ee5186ffa9f
branches:  trunk
changeset: 771945:4ee5186ffa9f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 10 17:50:19 2011 +0000

description:
Give my slow, old hardware more time to complete bsize_ffactor.

diffstat:

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

diffs (17 lines):

diff -r 843d06b44101 -r 4ee5186ffa9f tests/lib/libc/db/t_db.sh
--- a/tests/lib/libc/db/t_db.sh Sat Dec 10 16:16:11 2011 +0000
+++ b/tests/lib/libc/db/t_db.sh Sat Dec 10 17:50:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_db.sh,v 1.2 2011/01/08 05:33:34 pgoyette Exp $
+# $NetBSD: t_db.sh,v 1.3 2011/12/10 17:50:19 skrll Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -801,6 +801,7 @@
 atf_test_case bsize_ffactor
 bsize_ffactor_head()
 {
+       atf_set "timeout" "360"
        atf_set "descr" "Checks hash database with various" \
                                        "bucketsizes and fill factors"
 }



Home | Main Index | Thread Index | Old Index