From 903f0a6dee5e70c1c1bb07fec30e00177c27bf0f Mon Sep 17 00:00:00 2001 From: xuexb Date: Tue, 21 Nov 2017 19:22:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E8=B6=85=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- karma.conf.sauce.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/karma.conf.sauce.js b/karma.conf.sauce.js index 2ea7083..43a1d91 100644 --- a/karma.conf.sauce.js +++ b/karma.conf.sauce.js @@ -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);