Skip to content

Commit

Permalink
bump parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jan 31, 2024
1 parent 046da29 commit d6435e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ export async function pickTestGroupRunOrder() {
? {
label: 'Jest Tests',
command: getRequiredEnv('JEST_UNIT_SCRIPT'),
parallelism: 10,
parallelism: 25,
timeout_in_minutes: 120,
key: 'jest',
agents: {
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/code_coverage/jest_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
source "$(dirname "$0")/../../common/util.sh"
source .buildkite/scripts/steps/code_coverage/util.sh

export JOB=$BUILDKITE_PARALLEL_JOB
export JOB=0

# a jest failure will result in the script returning an exit code of 10
exitCode=0
Expand Down

0 comments on commit d6435e8

Please sign in to comment.