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

This commit is contained in:
Brian Seeders 2021-11-19 16:55:48 -05:00 committed by GitHub
parent ea1502b56f
commit 8e8b62352b
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