Try running with 4 workers (#4687)

This commit is contained in:
Pradyun Gedam 2017-08-31 17:19:21 +05:30 committed by Donald Stufft
parent a2bf077111
commit c87ea2868c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if [[ $TOXENV == py* ]]; then
# Run unit tests
tox -- -m unit
# Run integration tests
tox -- -m integration -n 8 --duration=5
tox -- -m integration -n 4 --duration=5
else
# Run once
tox