]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs/167: adjust runtime with TIME_FACTOR
authorDave Chinner <dchinner@redhat.com>
Thu, 2 Jun 2022 00:31:25 +0000 (10:31 +1000)
committerZorro Lang <zlang@kernel.org>
Fri, 3 Jun 2022 05:18:06 +0000 (13:18 +0800)
commit01dc3329bcc08fc60c2970015c6524e76011c782
tree62bade73e94747c648346e1dbf98d681fa85741d
parent4c76d0ba2b481e1b84a6265408432652d1a8c835
xfs/167: adjust runtime with TIME_FACTOR

xfs/167 takes between 6 and 10 minutes to run on my SSD based test
machines. It's running 50 loops of a unwritten extent conversion
test program whilst running a heavy fsstress workload in the
background. This does not need to run for 10 minutes on every auto
group regression test run. Shorten it to loop 5 * TIME_FACTOR
so that normal runtime drops to something sane but can still be
easily ramped up if soak/stress testing is being run.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/167