Skip to content

Commit b204dd8

Browse files
josephperrottKeen Yee Liau
authored and
Keen Yee Liau
committed
ci: update saucelabs protractor config to run e2e tests in series rather than parallel (#15545)
1 parent 3fc86b7 commit b204dd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ exports.config = {
101101
},
102102
],
103103

104+
// Only allow one session at a time to prevent over saturation of Saucelabs sessions.
105+
maxSessions: 1,
106+
104107
baseUrl: 'http://localhost:2000/',
105108
framework: 'jasmine',
106109
jasmineNodeOpts: {

0 commit comments

Comments
 (0)