build: set max workers to 2 for jest

This commit is contained in:
Torkel Ödegaard 2017-10-22 19:22:06 +02:00
parent 76b9b792b4
commit b6184a71bd

View File

@ -3,7 +3,7 @@ module.exports = function(config, grunt) {
var coverage = '';
if (config.coverage) {
coverage = '--coverage --runInBand --logHeapUsage';
coverage = '--coverage --maxWorkers 2';
}
return {