fix: timeout

This commit is contained in:
Vlad Stan
2026-03-30 13:12:46 +03:00
parent d685824596
commit 2f10c57a10
+3 -1
View File
@@ -87,7 +87,9 @@ def run_before_and_after_tests(settings: Settings):
@pytest.fixture(scope="session")
async def app(settings: Settings):
app = create_app()
async with LifespanManager(app, startup_timeout=15, shutdown_timeout=15) as manager:
async with LifespanManager(
app, startup_timeout=300, shutdown_timeout=300
) as manager:
settings.first_install = True
await first_install(
UpdateSuperuserPassword(