Give my slow, old hardware more time to complete bsize_ffactor.
This commit is contained in:
parent
5b074fdc34
commit
0afe51b354
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue