diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-04-08 17:09:45 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-04-09 17:49:18 +0300 |
commit | c67ebe5dabe68fe3772d575c2a9fce3abea7b93a (patch) | |
tree | 4eae3c93469ebdb8bae27942bc4e69f6803de9d1 /tests/fs-tests/run_all.sh | |
parent | 9f85a1204fd2f55455224637b1ce9a1df5ae1205 (diff) |
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 <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/fs-tests/run_all.sh')
-rwxr-xr-x | tests/fs-tests/run_all.sh | 4 |
1 files 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 |