Skip to content

Commit

Permalink
run lola run
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Dec 13, 2016
1 parent c22df62 commit d8870d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ module.exports = function (config) {
configuration.customLaunchers = customLaunchers();
configuration.browsers = Object.keys(configuration.customLaunchers);
configuration.concurrency = 3;
configuration.browserDisconnectTolerance = 2;
configuration.browserNoActivityTimeout = 20000;
configuration.browserDisconnectTimeout = 5000;
}

config.set(configuration);
Expand Down

0 comments on commit d8870d6

Please sign in to comment.