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 2e277a8 commit c7a7947Copy full SHA for c7a7947
karma.conf.js
@@ -33,6 +33,8 @@ module.exports = function(config) {
33
logLevel: config.LOG_INFO,
34
autoWatch: true,
35
browsers: ['Chrome'],
36
+ browserDisconnectTolerance: 2,
37
+ browserNoActivityTimeout: 50000,
38
customLaunchers: {
39
ChromeNoSandbox: {
40
base: 'Chrome',
0 commit comments