Commit d722eb4c authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Using default number of executors

1 merge request!490(WIP) Enabling the karma parallel plugin to see if it speeds up unit test execution
Pipeline #75475961 running with stages
......@@ -42,7 +42,6 @@ module.exports = function (config) {
}
},
parallelOptions: {
executors: (Math.ceil(require('os').cpus().length / 2)),
shardStrategy: 'round-robin'
},
singleRun: true
......
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