check if there are improvements on tests that are failing with timeout on openPage if the page is waited to load for 60 seconds

This commit is contained in:
Claudia Agache
2020-11-06 13:41:08 +02:00
parent 3272554910
commit 1953e9229f

View File

@@ -11,4 +11,4 @@ env:
- ALFRESCO_URL="http://localhost:8080/alfresco" - ALFRESCO_URL="http://localhost:8080/alfresco"
- SHARE_URL="http://localhost:8181/share" - SHARE_URL="http://localhost:8181/share"
- DISPLAY=:99.0 - DISPLAY=:99.0
- WEBDRIVER_ARGUMENTS='-Dwebdriver.local.grid=true -Dwebdriver.browser=RemoteFireFox -Dwebdriver.localGrid=false -Dorg.alfresco.rm.timeout_seconds.MEDIUM=30' - WEBDRIVER_ARGUMENTS='-Dwebdriver.local.grid=true -Dwebdriver.browser=RemoteFireFox -Dwebdriver.localGrid=false -Dorg.alfresco.rm.timeout_seconds.MEDIUM=30 -Dorg.alfresco.rm.timeout_seconds.VERY_LONG=60'