mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
* expand max-old-space-size for xpack jest tests * turns out we are already at 4GB * limit to 6GB for now
This commit is contained in:
parent
6256d0377b
commit
982b2bfe7a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ echo ""
|
|||
|
||||
echo " -> Running jest tests"
|
||||
cd "$XPACK_DIR"
|
||||
checks-reporter-with-killswitch "X-Pack Jest" node scripts/jest --ci --verbose --detectOpenHandles
|
||||
checks-reporter-with-killswitch "X-Pack Jest" node --max-old-space-size=6144 scripts/jest --ci --verbose --detectOpenHandles
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue