Skip to content

Commit 445ef59

Browse files
committed
chore(*): more executors don't make run faster
1 parent d6a2983 commit 445ef59

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: 3,
25+
executors: 2,
2626
shardStrategy: 'round-robin'
2727
},
2828
client: {

0 commit comments

Comments
 (0)