From a5ca5fea33fa9eb3ac0d6cbfb4c83c10489ab85e Mon Sep 17 00:00:00 2001 From: aya Date: Mon, 25 Nov 2024 08:10:58 +0200 Subject: [PATCH] Change number of threads for CI runners to 8 --- .github/workflows/test_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index fc5a36c2..c3382773 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -53,7 +53,7 @@ jobs: - name: Run tests run: | - pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results + pytest -n 8 --dist loadgroup --reruns 2 --alluredir=allure-results - name: Get allure history if: always()