Skip to content

Commit

Permalink
[CI] Increase heap for jest integration tests (#119237)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored and dmlemeshko committed Nov 29, 2021
1 parent 36f3139 commit 11c19b0
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 11c19b0

Please sign in to comment.