increase timeout

This commit is contained in:
Daniel 2023-11-30 17:44:05 +01:00
parent ab202afc87
commit e446102912

View file

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