aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2018-08-03 12:16:02 +0000
committerRuslan Bukin <br@FreeBSD.org>2018-08-03 12:16:02 +0000
commit7db4981b23c708832a6ffa25652eb46270c5c136 (patch)
treed1b8c9d1cdc9cea87bd1528a7fc14ba6257a8b9c /tests
parent1b534662ad8baec6fa60aa78b3e5c49d22a79d6f (diff)
downloadsrc-7db4981b23c708832a6ffa25652eb46270c5c136.tar.gz
src-7db4981b23c708832a6ffa25652eb46270c5c136.zip
Increase timeout for nop_test:stripesize.
It takes 49s to complete this test in QEMU/RISC-V. Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=337237
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/geom/class/nop/nop_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/geom/class/nop/nop_test.sh b/tests/sys/geom/class/nop/nop_test.sh
index bd02d67d776a..322b31129062 100644
--- a/tests/sys/geom/class/nop/nop_test.sh
+++ b/tests/sys/geom/class/nop/nop_test.sh
@@ -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()
{