mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CI] Increase heap for Jest Integration (#112594)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
10ac814d8f
commit
6c73b2ad2f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue