Skip to content

Commit 2e18e0a

Browse files
authored
ci: increase subprocess suite parallelism (#15224)
## Description Saw a timeout, trying to increase parallelism to improve chances of success. ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent 55e4eec commit 2e18e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contrib/suitespec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ suites:
12251225
runner: riot
12261226
snapshot: true
12271227
subprocess:
1228-
parallelism: 1
1228+
parallelism: 2
12291229
paths:
12301230
- '@bootstrap'
12311231
- '@core'

0 commit comments

Comments
 (0)