Commit b6184a71 by Torkel Ödegaard

build: set max workers to 2 for jest

parent 76b9b792
......@@ -3,7 +3,7 @@ module.exports = function(config, grunt) {
var coverage = '';
if (config.coverage) {
coverage = '--coverage --runInBand --logHeapUsage';
coverage = '--coverage --maxWorkers 2';
}
return {
......
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