generic/388: use TIME_FACTOR to scale test duration
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 29 Nov 2017 01:09:04 +0000 (17:09 -0800)
committerEryu Guan <eguan@redhat.com>
Fri, 1 Dec 2017 08:50:53 +0000 (16:50 +0800)
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>
tests/generic/388

index 27602085c0e251e39f0464e40948bc98ed5b0136..4f5a63b98fe4b35edd268269ea727aa46c902e9b 100755 (executable)
@@ -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