change number of threads to 150

This commit is contained in:
aya 2024-12-02 12:43:15 +02:00
parent 0c4604aaf9
commit 236e3ca938

View File

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