Skip to content

Commit

Permalink
Fix parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Dec 9, 2024
1 parent abd2d62 commit 1c0791e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ workflows:
requires:
- create-sandboxes
- test-runner-production:
parallelism: 11
parallelism: 9
requires:
- build-sandboxes
- vitest-integration:
Expand Down Expand Up @@ -912,7 +912,7 @@ workflows:
requires:
- unit-tests
- create-sandboxes:
parallelism: 22
parallelism: 20
requires:
- build
- build-sandboxes:
Expand Down

0 comments on commit 1c0791e

Please sign in to comment.