Skip to content

Commit

Permalink
[CI] Increase heap for jest integration tests (elastic#119237) (elast…
Browse files Browse the repository at this point in the history
…ic#119242)

Co-authored-by: Brian Seeders <[email protected]>
  • Loading branch information
kibanamachine and brianseeders authored Nov 19, 2021
1 parent f70af1a commit c9e2093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/test/jest_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ is_test_execution_step

echo '--- Jest Integration Tests'
checks-reporter-with-killswitch "Jest Integration Tests" \
node --max-old-space-size=5120 scripts/jest_integration --ci
node --max-old-space-size=6144 scripts/jest_integration --ci

0 comments on commit c9e2093

Please sign in to comment.