Tolerate disconnects

This commit is contained in:
Tim Schaub
2017-12-13 22:59:22 -07:00
committed by Andreas Hocevar
parent 6f72ffe498
commit 63a5477479
2 changed files with 2 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
"jscodeshift": "^0.4.0",
"jsdoc": "3.5.5",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.1.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "1.3.0",

View File

@@ -5,6 +5,7 @@ const pkg = require('../package.json');
module.exports = function(karma) {
karma.set({
browserDisconnectTolerance: 2,
frameworks: ['mocha'],
client: {
runInParent: true,