Skip to content

Commit 25cf621

Browse files
committed
chore(*): different shardStrategy
1 parent 46826e9 commit 25cf621

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
@@ -21,7 +21,7 @@ module.exports = function (config) {
2121
],
2222
parallelOptions: {
2323
executors: 4,
24-
shardStrategy: 'round-robin'
24+
shardStrategy: 'description-length'
2525
},
2626
client: {
2727
// clearContext: false, // leave Jasmine Spec Runner output visible in browser

0 commit comments

Comments
 (0)