Skip to content

Commit afdae07

Browse files
author
Tyler Smalley
committed
[CI] Decrease number of Jest workers
Signed-off-by: Tyler Smalley <[email protected]>
1 parent 5ce916b commit afdae07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/teamcity/oss/jest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ source "$(dirname "${0}")/../util.sh"
1010
export JOB=kibana-oss-jest
1111

1212
checks-reporter-with-killswitch "Jest Unit Tests" \
13-
node scripts/jest --ci --verbose
13+
node scripts/jest --ci --maxWorkers=5 --verbose

.ci/teamcity/tests/jest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ source "$(dirname "${0}")/../util.sh"
77
export JOB=kibana-jest
88

99
checks-reporter-with-killswitch "Jest Unit Tests" \
10-
node scripts/jest --ci --verbose --coverage
10+
node scripts/jest --ci --maxWorkers=5 --verbose

test/scripts/test/jest_unit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
source src/dev/ci_setup/setup_env.sh
44

55
checks-reporter-with-killswitch "Jest Unit Tests" \
6-
node scripts/jest --ci --verbose --maxWorkers=10 --coverage
6+
node scripts/jest --ci --verbose --maxWorkers=6 --coverage

0 commit comments

Comments
 (0)