Skip to content

Commit

Permalink
build(packaging): increase node memory for tests (angular#18755)
Browse files Browse the repository at this point in the history
PR Close angular#18755
  • Loading branch information
ocombe authored and mhevery committed Aug 17, 2017
1 parent 5f5a8e1 commit 2a62d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/test-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit 2a62d9f

Please sign in to comment.