We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f42f2 commit 8c82fb8Copy full SHA for 8c82fb8
projects/igniteui-angular/karma.conf.js
@@ -21,7 +21,7 @@ module.exports = function (config) {
21
'@angular-devkit/build-angular/plugins/karma'
22
],
23
parallelOptions: {
24
- executors: 3,
+ executors: 2,
25
shardStrategy: 'round-robin'
26
},
27
client: {
@@ -47,7 +47,7 @@ module.exports = function (config) {
47
logLevel: config.LOG_INFO,
48
autoWatch: true,
49
browsers: ['ChromeHeadlessNoSandbox'],
50
- browserDisconnectTimeout: 10000,
+ browserDisconnectTimeout: 4000,
51
customLaunchers: {
52
ChromeHeadlessNoSandbox: {
53
base: 'ChromeHeadless',
0 commit comments