Skip to content

Commit de1c98a

Browse files
committed
test(*): attempting to shard to more cores
1 parent 1653956 commit de1c98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function (config) {
2020
'@angular-devkit/build-angular/plugins/karma'
2121
],
2222
parallelOptions: {
23-
executors: 2,
23+
executors: 4,
2424
shardStrategy: 'round-robin'
2525
},
2626
client: {
@@ -45,7 +45,7 @@ module.exports = function (config) {
4545
logLevel: config.LOG_INFO,
4646
autoWatch: true,
4747
browsers: ['ChromeHeadlessNoSandbox'],
48-
browserDisconnectTimeout: 4000,
48+
browserDisconnectTimeout: 6000,
4949
customLaunchers: {
5050
ChromeHeadlessNoSandbox: {
5151
base: 'ChromeHeadless',

0 commit comments

Comments
 (0)