Skip to content

Commit c7a7947

Browse files
committed
ci(karma): handle chrome disconnected failure
1 parent 2e277a8 commit c7a7947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ module.exports = function(config) {
3333
logLevel: config.LOG_INFO,
3434
autoWatch: true,
3535
browsers: ['Chrome'],
36+
browserDisconnectTolerance: 2,
37+
browserNoActivityTimeout: 50000,
3638
customLaunchers: {
3739
ChromeNoSandbox: {
3840
base: 'Chrome',

0 commit comments

Comments
 (0)