Skip to content

Commit 8c82fb8

Browse files
committed
chore(*): trying 2 test executors instead of 3
1 parent f4f42f2 commit 8c82fb8

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
@@ -21,7 +21,7 @@ module.exports = function (config) {
2121
'@angular-devkit/build-angular/plugins/karma'
2222
],
2323
parallelOptions: {
24-
executors: 3,
24+
executors: 2,
2525
shardStrategy: 'round-robin'
2626
},
2727
client: {
@@ -47,7 +47,7 @@ module.exports = function (config) {
4747
logLevel: config.LOG_INFO,
4848
autoWatch: true,
4949
browsers: ['ChromeHeadlessNoSandbox'],
50-
browserDisconnectTimeout: 10000,
50+
browserDisconnectTimeout: 4000,
5151
customLaunchers: {
5252
ChromeHeadlessNoSandbox: {
5353
base: 'ChromeHeadless',

0 commit comments

Comments
 (0)