Skip to content

Commit

Permalink
Increase browser timeout to 30s closes #82
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Apr 25, 2016
1 parent c0a16f2 commit ff59b33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ module.exports = function(config) {
flags: ['--no-sandbox']
}
},

// https://github.com/lathonez/clicker/issues/82
// try increasing this value if you see the error "Disconnected (1 times), because no message in 30000 ms."
browserNoActivityTimeout: 30000
});

if (process.env.APPVEYOR) {
Expand Down

0 comments on commit ff59b33

Please sign in to comment.