increase timeout to 15s

This commit is contained in:
Daniel 2023-12-04 22:03:45 +01:00
parent e94be119d5
commit e98f93557b

View file

@ -19,7 +19,7 @@ from src.utils import BaseUrl
# global timeout and LOCALE
LOCALE = {"Accept-Language": "de_DE"}
TIMEOUT = 7_000
TIMEOUT = 15_000
expect.set_options(timeout=TIMEOUT)