From f210cedc001535bbc466922adfb3fe27c6cabe38 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 28 Nov 2017 17:09:04 -0800 Subject: [PATCH] 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 Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/generic/388 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/388 b/tests/generic/388 index 27602085..4f5a63b9 100755 --- a/tests/generic/388 +++ b/tests/generic/388 @@ -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 -- 2.47.3