aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-04-08 17:09:45 +0300
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-04-09 17:49:18 +0300
commitc67ebe5dabe68fe3772d575c2a9fce3abea7b93a (patch)
tree4eae3c93469ebdb8bae27942bc4e69f6803de9d1
parent9f85a1204fd2f55455224637b1ce9a1df5ae1205 (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>
-rwxr-xr-xtests/fs-tests/run_all.sh4
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