diff options
Diffstat (limited to 'tests')
-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 |