chore: 添加浏览器超时

This commit is contained in:
xuexb 2017-11-21 19:22:39 +08:00 committed by 前端小武
parent 8c27847240
commit 903f0a6dee

View File

@ -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);