From ddf7a5faa75fa8a29ace83bb85e78e5b77686c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:38:32 +0200 Subject: [PATCH] nextcloud_tests.py: Increase wait timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> --- tests/nextcloud_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nextcloud_tests.py b/tests/nextcloud_tests.py index 6eac08535..048b854f4 100755 --- a/tests/nextcloud_tests.py +++ b/tests/nextcloud_tests.py @@ -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"),