From: Artem Bityutskiy Date: Fri, 8 Apr 2011 14:09:45 +0000 (+0300) Subject: fs_tests: make the test-suite finish faster X-Git-Tag: v1.4.5~163 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c67ebe5dabe68fe3772d575c2a9fce3abea7b93a;p=mtd-utils.git fs_tests: make the test-suite finish faster Currently the stress tests may run up to 1 hour, make the limit to be 6 minutes instead. Signed-off-by: Artem Bityutskiy --- diff --git a/tests/fs-tests/run_all.sh b/tests/fs-tests/run_all.sh index e79993a..7c82921 100755 --- a/tests/fs-tests/run_all.sh +++ b/tests/fs-tests/run_all.sh @@ -42,8 +42,8 @@ rm -rf ${TEST_DIR}/* cd stress || exit 1 -./stress00.sh 3600 || exit 1 +./stress00.sh 360 || exit 1 -./stress01.sh 3600 || exit 1 +./stress01.sh 360 || exit 1 cd .. || exit 1