Skip to content

Commit

Permalink
additional debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrauskopf committed Jan 8, 2019
1 parent 618f06e commit 4acf1f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function (karma) {
]
};

// configureCodeCoverage(config);
configureCodeCoverage(config);
configureBrowsers(config);

console.log("Karma Config:\n", JSON.stringify(config, null, 2));
Expand Down Expand Up @@ -129,10 +129,10 @@ function configureSauceLabs (config) {
config.browsers = Object.keys(config.customLaunchers);
// config.concurrency = 1;
config.captureTimeout = 60000;
config.browserDisconnectTolerance = 25,
config.browserDisconnectTolerance = 5,
config.browserDisconnectTimeout = 60000;
config.browserNoActivityTimeout = 60000;
// config.logLevel = "debug";
config.logLevel = "debug";

// The following tests tend to fail on SauceLabs,
// probably due to zero-byte files and special characters in the paths.
Expand Down

0 comments on commit 4acf1f2

Please sign in to comment.