Skip to content

Commit

Permalink
added browserNoActivityTimeout param
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel committed May 6, 2016
1 parent 5d40b6c commit 547009e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ module.exports = function(config) {

// If browser does not capture in given timeout [ms], kill it
captureTimeout: 60000,
// How long will Karma wait for a message from a browser before disconnecting from it (in ms).
browserNoActivityTimeout: 60000,
// Continuous Integration mode
// if true, it capture browsers, run tests and exit
singleRun: true,
Expand Down

0 comments on commit 547009e

Please sign in to comment.