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 Increase timeout. My hardware must be gett...



details:   https://anonhg.NetBSD.org/src/rev/962a5649720f
branches:  trunk
changeset: 788923:962a5649720f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jul 29 10:43:15 2013 +0000

description:
Increase timeout. My hardware must be getting slower.

diffstat:

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

diffs (18 lines):

diff -r b4661c5b8b6b -r 962a5649720f tests/lib/libc/db/t_db.sh
--- a/tests/lib/libc/db/t_db.sh Mon Jul 29 10:13:21 2013 +0000
+++ b/tests/lib/libc/db/t_db.sh Mon Jul 29 10:43:15 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_db.sh,v 1.3 2011/12/10 17:50:19 skrll Exp $
+# $NetBSD: t_db.sh,v 1.4 2013/07/29 10:43:15 skrll 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" "360"
+       atf_set "timeout" "480"
        atf_set "descr" "Checks hash database with various" \
                                        "bucketsizes and fill factors"
 }



Home | Main Index | Thread Index | Old Index