Skip to content

Commit 8170752

Browse files
committed
test(*): reducing shards to cpu count - 1
1 parent 2b9c2b3 commit 8170752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function (config) {
2222
'@angular-devkit/build-angular/plugins/karma'
2323
],
2424
parallelOptions: {
25-
executors: 4,
25+
executors: require('os').cpus().length - 1,
2626
shardStrategy: 'round-robin'
2727
},
2828
client: {

0 commit comments

Comments
 (0)