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 3e82936616 - Show all commits

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)