change total workers to 40

This commit is contained in:
aya 2024-12-02 13:05:33 +02:00
parent 236e3ca938
commit 036e029dd6

View File

@ -53,7 +53,7 @@ jobs:
- name: Run tests
run: |
pytest -n 150 --dist loadgroup --reruns 2 --alluredir=allure-results
pytest -n 40 --dist loadgroup --reruns 2 --alluredir=allure-results
- name: Get allure history
if: always()