fix: tests

This commit is contained in:
Vlad Stan
2026-03-25 10:49:52 +02:00
parent 1df9fa831d
commit 9fcf3121ac
4 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ def run_before_and_after_tests(settings: Settings):
@pytest.fixture(scope="session")
async def app(settings: Settings):
app = create_app()
async with LifespanManager(app) as manager:
async with LifespanManager(app, startup_timeout=15, shutdown_timeout=15) as manager:
settings.first_install = True
await first_install(
UpdateSuperuserPassword(