Module Name:    src
Committed By:   skrll
Date:           Sat Dec 10 17:50:19 UTC 2011

Modified Files:
        src/tests/lib/libc/db: t_db.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/db/t_db.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/db/t_db.sh
diff -u src/tests/lib/libc/db/t_db.sh:1.2 src/tests/lib/libc/db/t_db.sh:1.3
--- src/tests/lib/libc/db/t_db.sh:1.2	Sat Jan  8 05:33:34 2011
+++ src/tests/lib/libc/db/t_db.sh	Sat Dec 10 17:50:19 2011
@@ -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 @@ ffactor=$ffactor,nelem=25000,cachesize=6
 atf_test_case bsize_ffactor
 bsize_ffactor_head()
 {
+	atf_set "timeout" "360"
 	atf_set "descr" "Checks hash database with various" \
 					"bucketsizes and fill factors"
 }

Reply via email to