Use 3 SQLite workers

This commit is contained in:
Raphael Michel
2018-11-08 11:34:02 +01:00
parent 0a442e712b
commit ac877a7c0d

View File

@@ -42,7 +42,7 @@ if [ "$1" == "tests" ]; then
cd src
python manage.py check
make all compress
py.test --reruns 5 -n 2 tests
py.test --reruns 5 -n 3 tests
fi
if [ "$1" == "tests-cov" ]; then
pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt