Date: Fri, 3 Aug 2018 12:16:02 +0000 (UTC) From: Ruslan Bukin <br@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r337237 - head/tests/sys/geom/class/nop Message-ID: <201808031216.w73CG2Ug008041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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() {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808031216.w73CG2Ug008041>