From 08e57cdc79d17ff815001ce888f599b298398d6e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 24 Dec 2014 14:53:10 +1100 Subject: [PATCH] ext4/004: limit the amount of data written so test runs faster Previously this test was taking 6-7 minutes, and writing half a gigabyte of data in the dump/restore test directory. Change this to be about 60 megs, and to take ~20 seconds. Signed-off-by: Theodore Ts'o Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- tests/ext4/004 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ext4/004 b/tests/ext4/004 index b24b627f..68f02b6e 100755 --- a/tests/ext4/004 +++ b/tests/ext4/004 @@ -49,7 +49,7 @@ restore_dir=$TEST_DIR/dump_restore_dir workout() { echo "Run fsstress" >> $seqres.full - args=`_scale_fsstress_args -z -f creat=5 -f write=20 -f mkdir=5 -n 1000 -p 15 -d $dump_dir` + args=`_scale_fsstress_args -z -f creat=5 -f write=20 -f mkdir=5 -n 100 -p 15 -d $dump_dir` echo "fsstress $args" >> $seqres.full $FSSTRESS_PROG $args >> $seqres.full 2>&1 -- 2.25.1