diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef01d69d..4fbffe1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: - run: pip install -r requirements.txt - name: Run tests - run: pytest -n auto --reruns 1 --alluredir=allure-results + run: pytest -n 5 --reruns 3 --alluredir=allure-results - name: Get allure history if: always()