Skip to content

Commit

Permalink
Attempt to fix test flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Oct 22, 2017
1 parent 73a3c3b commit 778f706
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion karma.conf.js
Expand Up @@ -14,7 +14,10 @@ module.exports = function(karma) {

browserify: {
debug: true
}
},

browserNoActivityTimeout: 60000,
browserDisconnectTolerance: 5
};

// https://swizec.com/blog/how-to-run-javascript-tests-in-chrome-on-travis/swizec/6647
Expand Down

0 comments on commit 778f706

Please sign in to comment.