chore: 添加浏览器超时

pull/87/head
xuexb 2017-11-21 19:22:39 +08:00 committed by 前端小武
parent 8c27847240
commit 903f0a6dee
1 changed files with 3 additions and 1 deletions

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