change global timeout

This commit is contained in:
Daniel 2023-11-30 18:58:56 +01:00
parent aa442a7f0c
commit 0d76754ece

View file

@ -16,7 +16,7 @@ from src.dirmanager import DirManager
# global timeout and LOCALE # global timeout and LOCALE
LOCALE = {"Accept-Language": "de_DE"} LOCALE = {"Accept-Language": "de_DE"}
TIMEOUT = 10_000 TIMEOUT = 7_000
expect.set_options(timeout=TIMEOUT) expect.set_options(timeout=TIMEOUT)