Skip to content

Commit

Permalink
Re-add coverage memory settings
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Dec 14, 2020
1 parent 6c07a61 commit b6bf31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/jenkins_xpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
# build runtime for canvas
echo "NODE_ENV=$NODE_ENV"
node ./x-pack/plugins/canvas/scripts/shareable_runtime
node scripts/jest x-pack --ci --verbose --maxWorkers=5 --coverage
node --max-old-space-size=6144 scripts/jest x-pack --ci --verbose --coverage
# rename file in order to be unique one
test -f ../target/kibana-coverage/jest/coverage-final.json \
&& mv ../target/kibana-coverage/jest/coverage-final.json \
Expand Down

0 comments on commit b6bf31d

Please sign in to comment.