Skip to content

Commit

Permalink
nextcloud_tests.py: Increase wait timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <[email protected]>
  • Loading branch information
theCalcaholic committed Oct 24, 2023
1 parent 4632ddb commit ddf7a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nextcloud_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def test_nextcloud(IP: str, nc_port: str, driver: WebDriver):
test.report("password", "Wrong password" not in driver.page_source, msg="Failed to login with provided password")

test.new("settings config")
wait = WebDriverWait(driver, 30)
wait = WebDriverWait(driver, 60)
try:
wait.until(VisibilityOfElementLocatedByAnyLocator([(By.CSS_SELECTOR, "#security-warning-state-ok"),
(By.CSS_SELECTOR, "#security-warning-state-warning"),
Expand Down

0 comments on commit ddf7a5f

Please sign in to comment.