From c67ebe5dabe68fe3772d575c2a9fce3abea7b93a Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 8 Apr 2011 17:09:45 +0300 Subject: 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 --- tests/fs-tests/run_all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3