Skip to content

Commit 103474d

Browse files
committed
Reduce e2e TESTS_CONCURRENCY to avoid platform overload
1 parent d01e123 commit 103474d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
strategy:
8989
# E2E tests build and run Actors on the platform. Limit parallel workflows to 1 to avoid exceeding
90-
# the platform's memory limits. A single workflow with 16 pytest workers provides good test
90+
# the platform's memory limits. A single workflow with 4 pytest workers provides good test
9191
# parallelization while staying within platform constraints.
9292
max-parallel: 1
9393
matrix:
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ${{ matrix.os }}
9898

9999
env:
100-
TESTS_CONCURRENCY: "16"
100+
TESTS_CONCURRENCY: "4"
101101

102102
steps:
103103
- name: Checkout repository

0 commit comments

Comments
 (0)