build(packaging): increase node memory for tests (#18755)

PR Close #18755
This commit is contained in:
Olivier Combe 2017-08-17 21:53:29 +02:00 committed by Miško Hevery
parent 5f5a8e1da6
commit 2a62d9f056
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ travisFoldEnd "test.unit.node"
# rebuild to revert files in @angular/compiler/test
# TODO(tbosch): remove this and teach karma to serve the right files
travisFoldStart "test.unit.rebuildHack"
node dist/packages-dist/tsc-wrapped/src/main -p packages/tsconfig.json
node dist/packages-dist/tsc-wrapped/src/main -p modules/tsconfig.json
node --max-old-space-size=3000 dist/packages-dist/tsc-wrapped/src/main -p packages/tsconfig.json
node --max-old-space-size=3000 dist/packages-dist/tsc-wrapped/src/main -p modules/tsconfig.json
travisFoldStart "test.unit.rebuildHack"