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

This commit is contained in:
skrll 2011-12-10 17:50:19 +00:00
parent 5b074fdc34
commit 0afe51b354
1 changed files with 2 additions and 1 deletions

View File

@ -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=65536" hash in
atf_test_case bsize_ffactor
bsize_ffactor_head()
{
atf_set "timeout" "360"
atf_set "descr" "Checks hash database with various" \
"bucketsizes and fill factors"
}