mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/388: use TIME_FACTOR to scale test duration
Use TIME_FACTOR to increase the amount of time we spend testing log shutdown recovery. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
d0bbfca132
commit
f210cedc00
+1
-1
@@ -65,7 +65,7 @@ _scratch_mkfs >> $seqres.full 2>&1
|
||||
_require_metadata_journaling $SCRATCH_DEV
|
||||
_scratch_mount || _fail "mount failed"
|
||||
|
||||
for i in $(seq 1 50); do
|
||||
for i in $(seq 1 $((50 * TIME_FACTOR)) ); do
|
||||
($FSSTRESS_PROG $FSSTRESS_AVOID -d $SCRATCH_MNT -n 999999 -p 4 >> $seqres.full &) \
|
||||
> /dev/null 2>&1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user