From f091f4763a0a1719b70aea85a41efb86a34789e8 Mon Sep 17 00:00:00 2001 From: andrea rota Date: Fri, 6 Dec 2024 18:27:48 +0000 Subject: [PATCH] (chore)bump max-parallel job limit --- .github/workflows/tests-api-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-api-e2e.yml b/.github/workflows/tests-api-e2e.yml index 5733e9210c..520e8b1a92 100644 --- a/.github/workflows/tests-api-e2e.yml +++ b/.github/workflows/tests-api-e2e.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 60 strategy: fail-fast: false - max-parallel: 6 + max-parallel: 20 matrix: test-suite: - 'access-control'