From 52a4e7931a2f878abfc807b3b4ece11107de0bcf Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Fri, 16 Aug 2024 12:16:30 +0200 Subject: [PATCH] Clarifying timeout --- energy-tests/nextcloud_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/energy-tests/nextcloud_install.py b/energy-tests/nextcloud_install.py index 10d0d044..910ac914 100644 --- a/energy-tests/nextcloud_install.py +++ b/energy-tests/nextcloud_install.py @@ -20,7 +20,7 @@ def main(browser_name: str = "chromium"): page = context.new_page() try: page.goto('http://nc/') - page.set_default_timeout(240_000) + page.set_default_timeout(240_000) # 240 seconds (timeout is in milliseconds) # 1. Create User log_note("Create admin user")