Skip to content

Commit

Permalink
Increased the default timeout for Saucelabs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Mar 7, 2012
1 parent 218ba20 commit 627918a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -148,7 +148,7 @@ private WebDriver newRemoteDriver() throws MalformedURLException {

if (isNotEmpty(ThucydidesSystemProperty.SAUCELABS_IMPLICIT_TIMEOUT.from(environmentVariables))) {
int implicitWait = environmentVariables.getPropertyAsInteger(
ThucydidesSystemProperty.SAUCELABS_IMPLICIT_TIMEOUT.getPropertyName(), 5);
ThucydidesSystemProperty.SAUCELABS_IMPLICIT_TIMEOUT.getPropertyName(), 30);
driver.manage().timeouts().implicitlyWait(implicitWait, TimeUnit.SECONDS);
}

Expand Down

0 comments on commit 627918a

Please sign in to comment.