[ci] try reducing Jest concurrency to mitigate random timeouts (#95348)

Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
Spencer 2021-03-24 13:32:52 -07:00 committed by GitHub
parent 7f740831cb
commit 7b35b28edc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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