[CI] Increase heap for jest integration tests (#119237) (#119242)

Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-19 18:33:12 -05:00 committed by GitHub
parent f70af1a455
commit c9e2093743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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