fix: unrelated test

This commit is contained in:
Vlad Stan
2026-07-10 11:53:59 +03:00
parent a415e38e35
commit 624f88bcf8
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -89,7 +89,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=30) as manager:
settings.first_install = True
await first_install(
UpdateSuperuserPassword(