]> www.infradead.org Git - mtd-utils.git/commitdiff
fs_tests: make the test-suite finish faster
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 8 Apr 2011 14:09:45 +0000 (17:09 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 9 Apr 2011 14:49:18 +0000 (17:49 +0300)
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>
tests/fs-tests/run_all.sh

index e79993a299ff109b21203b41b6181fbaf7c2b318..7c82921fd1a40e7fa31a742c58922ceef2761265 100755 (executable)
@@ -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