0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00

Clarifying timeout

This commit is contained in:
Arne Tarara 2024-08-16 12:16:30 +02:00
parent ddb70ca908
commit 52a4e7931a
No known key found for this signature in database
GPG key ID: 2540198A4079785B

View file

@ -20,7 +20,7 @@ def main(browser_name: str = "chromium"):
page = context.new_page() page = context.new_page()
try: try:
page.goto('http://nc/') 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 # 1. Create User
log_note("Create admin user") log_note("Create admin user")