ci: format

This commit is contained in:
Barrett Ruth 2026-03-05 14:22:25 -05:00
parent 427d03ec2d
commit 2a373b72dd
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
11 changed files with 93 additions and 23 deletions

View file

@ -4,7 +4,9 @@ HTTP_TIMEOUT = 15.0
BROWSER_SESSION_TIMEOUT = 15000
BROWSER_NAV_TIMEOUT = 10000
BROWSER_SUBMIT_NAV_TIMEOUT: defaultdict[str, int] = defaultdict(lambda: BROWSER_NAV_TIMEOUT)
BROWSER_SUBMIT_NAV_TIMEOUT: defaultdict[str, int] = defaultdict(
lambda: BROWSER_NAV_TIMEOUT
)
BROWSER_SUBMIT_NAV_TIMEOUT["codeforces"] = BROWSER_NAV_TIMEOUT * 2
BROWSER_TURNSTILE_POLL = 5000
BROWSER_ELEMENT_WAIT = 10000