Fix karma out-of-memory failures

This commit is contained in:
Mike Greiling 2018-09-25 12:46:58 -05:00
parent 62dde35069
commit 9ea6c8588a
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
1 changed files with 3 additions and 0 deletions

View File

@ -729,6 +729,9 @@ karma:
dependencies:
- compile-assets
- setup-test-env
variables:
# we override the max_old_space_size to prevent OOM errors
NODE_OPTIONS: --max_old_space_size=3584
script:
- export BABEL_ENV=coverage CHROME_LOG_FILE=chrome_debug.log
- date