Module Name:    src
Committed By:   skrll
Date:           Mon Jul 29 10:43:15 UTC 2013

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

Log Message:
Increase timeout. My hardware must be getting slower.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/tests/lib/libc/db/t_db.sh:1.4
--- src/tests/lib/libc/db/t_db.sh:1.3	Sat Dec 10 17:50:19 2011
+++ src/tests/lib/libc/db/t_db.sh	Mon Jul 29 10:43:15 2013
@@ -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 @@ ffactor=$ffactor,nelem=25000,cachesize=6
 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"
 }

Reply via email to