increase timeout
This commit is contained in:
parent
ab202afc87
commit
e446102912
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue