From 806d7941f600cf40223595e2fece06d5a913da89 Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Thu, 9 Nov 2023 18:51:47 +0200 Subject: [PATCH] try with more runners2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()