Skip to content

Commit 636e056

Browse files
committed
try max-parallel 64
1 parent 1ac7b8e commit 636e056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-subtensor-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
- read-python-versions
206206
strategy:
207207
fail-fast: false
208-
max-parallel: 16
208+
max-parallel: 64
209209
matrix:
210210
include: ${{ fromJson(needs.find-tests.outputs.test-files) }}
211211
uses: ./.github/workflows/_run-e2e-single.yaml

0 commit comments

Comments
 (0)