Skip to content

Commit

Permalink
chore: 添加浏览器超时
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexb committed Nov 21, 2017
1 parent 8c27847 commit 903f0a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion karma.conf.sauce.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ module.exports = function (config) {
customLaunchers: customLaunchers,
browsers: Object.keys(customLaunchers),
captureTimeout: 1000 * 60 * 5,
browserNoActivityTimeout: 1000 * 60 * 5
browserNoActivityTimeout: 1000 * 60 * 5,
browserDisconnectTolerance: 3,
browserDisconnectTimeout: 10000
});

config.set(options);
Expand Down

0 comments on commit 903f0a6

Please sign in to comment.