From 036e029dd6e728e2117e5161b3b00d7b4632efd1 Mon Sep 17 00:00:00 2001 From: aya Date: Mon, 2 Dec 2024 13:05:33 +0200 Subject: [PATCH] change total workers to 40 --- .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 522bd680..d03633fb 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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()