Skip to content

Commit

Permalink
Lower memory
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 Oct 31, 2021
1 parent 4f8847f commit 140db39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/test/jest_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ find src x-pack packages -name jest.config.js -not -path "*/__fixtures__/*" | so
echo "--- $ node scripts/jest --config $config"
# TODO: sort by list of test files identified by --listFiles
# Also allows us to ignore configs with no tests so they can still exist.
node --max-old-space-size=8192 ./node_modules/.bin/jest --config $config --runInBand
node --max-old-space-size=5632 ./node_modules/.bin/jest --config $config --runInBand

if [ $? -ne 0 ]; then
exitCode=10
Expand Down

0 comments on commit 140db39

Please sign in to comment.