chore: 添加浏览器超时
This commit is contained in:
parent
8c27847240
commit
903f0a6dee
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user