up the number of parallel processes

This commit is contained in:
Jake Freck 2018-08-07 14:33:31 -07:00
Родитель 3eb54d0f58
Коммит a3a220e44d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -34,6 +34,6 @@ phases:
displayName: unit tests
- script: |
pytest -n 50
pytest -n 75
condition: succeeded()
displayName: integration tests