From 7f2be8e7d8e29fc1dde31a1bb5b7d8103d19d2fc Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 25 Dec 2024 15:53:31 +0200 Subject: [PATCH] Increase workers to 4 --- .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 5e413d98..9ef04795 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -61,7 +61,7 @@ jobs: elif [ "${{ matrix.shard }}" == 1 ]; then pytest --dist=loadgroup tests/relay/test_rln.py -n 1 elif [ "${{ matrix.shard }}" != 1 ]; then - pytest --dist=loadgroup --ignore=test_get_multiple_2000_store_messages --ignore=tests/relay/test_rln.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=13 --alluredir=allure-results + pytest --dist=loadgroup --ignore=test_get_multiple_2000_store_messages --ignore=tests/relay/test_rln.py --reruns 2 -n=4 --shard-id=${{ matrix.shard }} --num-shards=13 --alluredir=allure-results fi