Skip to content

Commit f4f42f2

Browse files
committed
chore(*): raising the browser disconnect timeout
1 parent aa9b71d commit f4f42f2

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
@@ -47,7 +47,7 @@ module.exports = function (config) {
4747
logLevel: config.LOG_INFO,
4848
autoWatch: true,
4949
browsers: ['ChromeHeadlessNoSandbox'],
50-
browserDisconnectTimeout: 4000,
50+
browserDisconnectTimeout: 10000,
5151
customLaunchers: {
5252
ChromeHeadlessNoSandbox: {
5353
base: 'ChromeHeadless',

0 commit comments

Comments
 (0)