Skip to content

Commit

Permalink
[ci] try reducing Jest concurrency to mitigate random timeouts (#95348)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <spalger@users.noreply.github.com>
  • Loading branch information
Spencer and spalger authored Mar 24, 2021
1 parent 7f74083 commit 7b35b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/test/jest_unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
source src/dev/ci_setup/setup_env.sh

checks-reporter-with-killswitch "Jest Unit Tests" \
node scripts/jest --ci --verbose --maxWorkers=8
node scripts/jest --ci --verbose --maxWorkers=6

0 comments on commit 7b35b28

Please sign in to comment.