Extend timeout

This commit is contained in:
powe97 2024-03-05 20:47:41 -05:00
parent 95e8238786
commit 02b383b90b
No known key found for this signature in database
GPG Key ID: 7D1663B10978D1BA
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def wait(ec):
global driver
WebDriverWait(
driver, 60, ignored_exceptions=[StaleElementReferenceException]
driver, 300, ignored_exceptions=[StaleElementReferenceException]
).until(ec)
sleep(random.uniform(400, 1900) / 1000)