Skip to content

Commit

Permalink
Increase timeout for loading selenium browser
Browse files Browse the repository at this point in the history
  • Loading branch information
David Glick committed Nov 26, 2018
1 parent 44fe50d commit 9b43d15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cumulusci/robotframework/Salesforce.robot
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ${DEBUG} ${false}
${CHROME_BINARY} ${empty}
${ORG} ${empty}
${IMPLICIT_WAIT} 7.0
${INITIAL_TIMEOUT} 180.0
${TIMEOUT} 30.0

*** Keywords ***
Expand All @@ -29,7 +30,9 @@ Open Test Browser
... ELSE IF '${BROWSER}' == 'headlesschrome' Open Test Browser Chrome ${login_url}
... ELSE IF '${BROWSER}' == 'headlessfirefox' Open Test Browser Headless Firefox ${login_url}
... ELSE Open Browser ${login_url} ${BROWSER}
Set Selenium Timeout ${INITIAL_TIMEOUT}
Wait Until Loading Is Complete
Set Selenium Timeout ${TIMEOUT}

Open Test Browser Chrome
[Arguments] ${login_url}
Expand Down

0 comments on commit 9b43d15

Please sign in to comment.