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 e446102912 - Show all commits

View file

@ -11,7 +11,7 @@ ADMIN_PASS = os.environ["ADMIN_PASS"]
LOCALE = {"Accept-Language": "de_DE"}
TESTUSER = {"username": "testuser", "name": "Test User", "password": "test123", "email": "test@example.com"}
TIMEOUT = 6000
TIMEOUT = 10000
def test_create_admin_login(context: BrowserContext, dotenv_config: dict[str, str], DIR: DirManager):