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

Commit 038da95

Browse files
committed
increase sauce timeout
1 parent b13f92d commit 038da95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

protractor-travis-conf.js

Lines changed: 3 additions & 1 deletion
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+
84+
'maxDuration': 2000
8385
};
8486
}

0 commit comments

Comments
 (0)