We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1f5eb commit f68c86aCopy full SHA for f68c86a
test/protractor.conf.js
@@ -42,8 +42,8 @@ exports.config = {
42
args: process.env['TRAVIS'] ? ['--no-sandbox'] : [],
43
},
44
45
- // Enables concurrent testing in the Webdriver. Currently runs five e2e files in parallel.
+ // Enables concurrent testing in the Webdriver. Currently runs three e2e files in parallel.
46
shardTestFiles: true,
47
- maxInstances: 5,
+ maxInstances: 3,
48
}
49
};
0 commit comments