ext4/004: limit the amount of data written so test runs faster
[xfstests-dev.git] / tests / ext4 / 004
index b24b627f0984bba64dc5e8a895053f53f7cfcd22..68f02b6e4b31291ea9e93087c86e8f2a2226f808 100755 (executable)
@@ -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