mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[CI] Increase heap for jest integration tests (#119237)
This commit is contained in:
parent
ea1502b56f
commit
8e8b62352b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue