Skip to content

Commit 7efa777

Browse files
committed
chore(ci): reducing executors to 2 for azuredevops
1 parent 0b30602 commit 7efa777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/karma.azure.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = function (config) {
2121
'@angular-devkit/build-angular/plugins/karma'
2222
],
2323
parallelOptions: {
24-
executors: 4,
24+
executors: 2,
2525
shardStrategy: 'round-robin'
2626
},
2727
client: {

0 commit comments

Comments
 (0)