Skip to content

Commit

Permalink
Change the Selenium timeout from 30 seconds to 7.
Browse files Browse the repository at this point in the history
Fixes #135
  • Loading branch information
mauritsvanrees committed Jun 7, 2022
1 parent a7a26af commit 150c54e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/135.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change the Selenium timeout from 30 seconds to 7. [maurits]
2 changes: 1 addition & 1 deletion src/plone/app/robotframework/selenium.robot
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Resource ${CMFPLONE_SELECTORS}
*** Variables ***

${SELENIUM_IMPLICIT_WAIT} 0.5
${SELENIUM_TIMEOUT} 30
${SELENIUM_TIMEOUT} 7
${SELENIUM_RUN_ON_FAILURE} Capture Page Screenshot
${SELENIUM2LIBRARY_RUN_ON_FAILURE} No operation

Expand Down

0 comments on commit 150c54e

Please sign in to comment.