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 1653956 commit de1c98aCopy full SHA for de1c98a
projects/igniteui-angular/karma.conf.js
@@ -20,7 +20,7 @@ module.exports = function (config) {
20
'@angular-devkit/build-angular/plugins/karma'
21
],
22
parallelOptions: {
23
- executors: 2,
+ executors: 4,
24
shardStrategy: 'round-robin'
25
},
26
client: {
@@ -45,7 +45,7 @@ module.exports = function (config) {
45
logLevel: config.LOG_INFO,
46
autoWatch: true,
47
browsers: ['ChromeHeadlessNoSandbox'],
48
- browserDisconnectTimeout: 4000,
+ browserDisconnectTimeout: 6000,
49
customLaunchers: {
50
ChromeHeadlessNoSandbox: {
51
base: 'ChromeHeadless',
0 commit comments