From ac877a7c0dbf344820f6c81361836ebfc6e848d1 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 8 Nov 2018 11:34:02 +0100 Subject: [PATCH] Use 3 SQLite workers --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index dfdfbd91bb..963a2c2fd6 100755 --- a/.travis.sh +++ b/.travis.sh @@ -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