fix(atcoder): remove post-upload settle delay before submit

This commit is contained in:
Barrett Ruth 2026-03-06 23:37:25 -05:00
parent d56fd38ab2
commit 95100dbd8d
2 changed files with 0 additions and 3 deletions

View file

@ -11,4 +11,3 @@ BROWSER_SUBMIT_NAV_TIMEOUT["atcoder"] = BROWSER_NAV_TIMEOUT * 2
BROWSER_SUBMIT_NAV_TIMEOUT["codeforces"] = BROWSER_NAV_TIMEOUT * 2
BROWSER_TURNSTILE_POLL = 5000
BROWSER_ELEMENT_WAIT = 10000
BROWSER_SETTLE_DELAY = 500