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

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2021-09-20 12:54:00 -07:00 committed by GitHub
parent 10ac814d8f
commit 6c73b2ad2f
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