Skip to content

Commit

Permalink
N2N-3 karma config changes, give test more time, to pass them without…
Browse files Browse the repository at this point in the history
… timout exception.
  • Loading branch information
jokerosky committed Nov 18, 2017
1 parent ed69082 commit 0ee90f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/N2N.Web/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module.exports = function (config) {
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
singleRun: false
singleRun: false,
browserNoActivityTimeout: 30000,
browserDisconnectTolerance: 2
});
};

0 comments on commit 0ee90f8

Please sign in to comment.