Revert "[CI] Decrease number of Jest workers (#89504)"

This reverts commit b2d4412146.
This commit is contained in:
Jonathan Budzenski 2021-01-28 12:14:52 -06:00
parent 10e6354d77
commit 99d1760324
3 changed files with 3 additions and 3 deletions

View file

@ -10,4 +10,4 @@ source "$(dirname "${0}")/../util.sh"
export JOB=kibana-oss-jest
checks-reporter-with-killswitch "Jest Unit Tests" \
node scripts/jest --ci --maxWorkers=5 --verbose
node scripts/jest --ci --verbose

View file

@ -7,4 +7,4 @@ source "$(dirname "${0}")/../util.sh"
export JOB=kibana-jest
checks-reporter-with-killswitch "Jest Unit Tests" \
node scripts/jest --ci --maxWorkers=5 --verbose
node scripts/jest --ci --verbose --coverage

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=6 --coverage
node scripts/jest --ci --verbose --maxWorkers=10 --coverage