Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d855b74

Browse files
committed
chore(Saucelabs): increase max session duration
We have amassed so many e2e tests, that the default 30 minute Saucelabs session limit is often not enough, especially during the week, when the VMs are under heavy load.
1 parent 0cdff42 commit d855b74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

protractor-travis-conf.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ function capabilitiesForSauceLabs(capabilities) {
7979
'browserName': capabilities.browserName,
8080
'platform': capabilities.platform,
8181
'version': capabilities.version,
82-
'elementScrollBehavior': 1
82+
'elementScrollBehavior': 1,
83+
// Allow e2e test sessions to run for a maximum of 35 minutes, instead of the default 30 minutes.
84+
'maxDuration': 2100
8385
};
8486
}

0 commit comments

Comments
 (0)