refactor for independent test dirs #7

Merged
dan merged 49 commits from independent-test-dirs into dev 2023-12-05 21:41:46 +01:00
Showing only changes of commit e98f93557b - Show all commits

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)