svn commit: r337237 - head/tests/sys/geom/class/nop
Ruslan Bukin
br at FreeBSD.org
Fri Aug 3 12:16:03 UTC 2018
Author: br
Date: Fri Aug 3 12:16:02 2018
New Revision: 337237
URL: https://svnweb.freebsd.org/changeset/base/337237
Log:
Increase timeout for nop_test:stripesize.
It takes 49s to complete this test in QEMU/RISC-V.
Sponsored by: DARPA, AFRL
Modified:
head/tests/sys/geom/class/nop/nop_test.sh
Modified: head/tests/sys/geom/class/nop/nop_test.sh
==============================================================================
--- head/tests/sys/geom/class/nop/nop_test.sh Fri Aug 3 12:14:29 2018 (r337236)
+++ head/tests/sys/geom/class/nop/nop_test.sh Fri Aug 3 12:16:02 2018 (r337237)
@@ -201,7 +201,7 @@ stripesize_head()
{
atf_set "descr" "Test gnop's -p and -P options"
atf_set "require.user" "root"
- atf_set "timeout" 15
+ atf_set "timeout" 120
}
stripesize_body()
{
More information about the svn-src-all
mailing list