[PATCH] fs_tests: make the test-suite finish faster
Artem Bityutskiy
dedekind1 at gmail.com
Fri Apr 8 10:10:56 EDT 2011
From: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
Currently the stress tests may run up to 1 hour, make the limit
to be 10 minutes instead.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
---
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
--
1.7.2.3
More information about the linux-mtd
mailing list