[CI] Increase heap for Jest Integration (#112594) (#112607)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Kibana Machine 2021-09-20 18:18:36 -04:00 committed by GitHub
parent f8b0236e73
commit d70cbb166e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,4 +10,4 @@ is_test_execution_step
echo '--- Jest Integration Tests'
checks-reporter-with-killswitch "Jest Integration Tests" \
node scripts/jest_integration --ci --verbose
node --max-old-space-size=5120 scripts/jest_integration --ci

View file

@ -3,4 +3,4 @@
source src/dev/ci_setup/setup_env.sh
checks-reporter-with-killswitch "Jest Integration Tests" \
node scripts/jest_integration --ci
node --max-old-space-size=5120 scripts/jest_integration --ci