From 15ce3e9d0fbd3de814f75aa7c4a440d94e465811 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Wed, 14 Feb 2018 18:58:10 -0500 Subject: [PATCH] =?UTF-8?q?test:=20perf=20=E2=80=93=20use=204=20sessions?= =?UTF-8?q?=20for=20e2e=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protractor.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protractor.conf.js b/protractor.conf.js index ba527d10c..45a50d347 100644 --- a/protractor.conf.js +++ b/protractor.conf.js @@ -9,7 +9,7 @@ const flags = [ exports.config = { allScriptsTimeout: 11000, jasmineNodeOpts: { defaultTimeoutInterval: 1000 * 60 * 10 }, - maxSessions: 1, + maxSessions: 4, specs: ['./e2e/**/*.e2e-spec.ts'], // Available deviceNames for mobileEmulation: https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json multiCapabilities: [