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

View file

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