Decrease test workers.
This commit is contained in:
parent
bed69ee2d7
commit
d7ceba710c
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ install:
|
|||
- pip install -r requirements.txt --use-mirrors
|
||||
- pip install pytest-xdist --use-mirrors
|
||||
# command to run tests
|
||||
script: make test PYTESTOPTS="--tb=short -n25"
|
||||
script: make test PYTESTOPTS="--tb=short -n10"
|
||||
#notifications:
|
||||
# email: false
|
||||
|
|
Loading…
Reference in a new issue