mirror of https://github.com/layui/layui
chore: 添加浏览器超时
parent
8c27847240
commit
903f0a6dee
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue