increase timeout

This commit is contained in:
Daniel 2023-12-05 19:32:57 +01:00
parent ba060b7b8b
commit 3e82936616

View file

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