mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-20 02:46:10 +02:00
Clarifying timeout
This commit is contained in:
parent
ddb70ca908
commit
52a4e7931a
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue