mirror of
https://gitee.com/layui/layui.git
synced 2025-12-21 19:09:55 +08:00
chore: 添加浏览器超时
This commit is contained in:
@@ -100,7 +100,9 @@ module.exports = function (config) {
|
|||||||
customLaunchers: customLaunchers,
|
customLaunchers: customLaunchers,
|
||||||
browsers: Object.keys(customLaunchers),
|
browsers: Object.keys(customLaunchers),
|
||||||
captureTimeout: 1000 * 60 * 5,
|
captureTimeout: 1000 * 60 * 5,
|
||||||
browserNoActivityTimeout: 1000 * 60 * 5
|
browserNoActivityTimeout: 1000 * 60 * 5,
|
||||||
|
browserDisconnectTolerance: 3,
|
||||||
|
browserDisconnectTimeout: 10000
|
||||||
});
|
});
|
||||||
|
|
||||||
config.set(options);
|
config.set(options);
|
||||||
|
|||||||
Reference in New Issue
Block a user