chore(ci): increase number of tests in parallel (#5322)

This commit is contained in:
Ben 2023-11-22 08:17:22 +00:00 committed by GitHub
parent 4ee85720ab
commit 2a27e124d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ jobs:
# run tests
#----------------------------------------------
- name: Run tests
run: CONSOLE_IMAGE_NAME=ci/trading:local poetry run pytest -v -s --numprocesses 4 --dist loadfile --durations=15
run: CONSOLE_IMAGE_NAME=ci/trading:local poetry run pytest -v -s --numprocesses 6 --dist loadfile --durations=15
working-directory: apps/trading/e2e
#----------------------------------------------
# upload traces