We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TESTS_CONCURRENCY
1 parent d01e123 commit 103474dCopy full SHA for 103474d
.github/workflows/_tests.yaml
@@ -87,7 +87,7 @@ jobs:
87
88
strategy:
89
# 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
+ # the platform's memory limits. A single workflow with 4 pytest workers provides good test
91
# parallelization while staying within platform constraints.
92
max-parallel: 1
93
matrix:
@@ -97,7 +97,7 @@ jobs:
97
runs-on: ${{ matrix.os }}
98
99
env:
100
- TESTS_CONCURRENCY: "16"
+ TESTS_CONCURRENCY: "4"
101
102
steps:
103
- name: Checkout repository
0 commit comments