Commit 18d8392e authored by Mike Greiling's avatar Mike Greiling

Fix karma out-of-memory failures

parent 02a8a20b
...@@ -909,6 +909,9 @@ karma: ...@@ -909,6 +909,9 @@ karma:
dependencies: dependencies:
- compile-assets - compile-assets
- setup-test-env - setup-test-env
variables:
# we override the max_old_space_size to prevent OOM errors
NODE_OPTIONS: --max_old_space_size=3584
script: script:
- export BABEL_ENV=coverage CHROME_LOG_FILE=chrome_debug.log - export BABEL_ENV=coverage CHROME_LOG_FILE=chrome_debug.log
- date - date
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment