refactor(timeouts): extract BROWSER_SUBMIT_NAV_TIMEOUT
This commit is contained in:
parent
c963728fe9
commit
789cb3205b
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ HTTP_TIMEOUT = 15.0
|
|||
|
||||
BROWSER_SESSION_TIMEOUT = 15000
|
||||
BROWSER_NAV_TIMEOUT = 10000
|
||||
BROWSER_SUBMIT_NAV_TIMEOUT = BROWSER_NAV_TIMEOUT * 2
|
||||
BROWSER_TURNSTILE_POLL = 5000
|
||||
BROWSER_ELEMENT_WAIT = 10000
|
||||
BROWSER_SETTLE_DELAY = 500
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue