Commit ba66e0cc authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'fix-karma-out-of-memory' into 'master'

Fix karma out-of-memory failures

See merge request gitlab-org/gitlab-ce!21912
parents 71891664 9ea6c858
...@@ -729,6 +729,9 @@ karma: ...@@ -729,6 +729,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