Skip to content

Commit

Permalink
Increase timeout for #freeStart
Browse files Browse the repository at this point in the history
  • Loading branch information
qtchaos authored Nov 16, 2023
2 parents cdfb84e + 644f02c commit 65a538c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def initial_setup(context, message, credentials):
await confirm_page.type(confirm_field, credentials["password"])
await confirm_page.click(".login-button")
try:
await confirm_page.waitForSelector("#freeStart", timeout=1000)
await confirm_page.waitForSelector("#freeStart", timeout=10000)
await confirm_page.click("#freeStart")
except TimeoutError:
pass
Expand Down

0 comments on commit 65a538c

Please sign in to comment.