new-features #5

Merged
dan merged 73 commits from wordpress-nextcloud into dev 2023-12-04 12:46:32 +01:00
Showing only changes of commit 0d76754ece - Show all commits

View file

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