We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44560db commit 878dd0aCopy full SHA for 878dd0a
services/notifications/tests/unit/conftest.py
@@ -37,7 +37,7 @@ def service_env(
37
async def initialized_app(service_env: EnvVarsDict) -> AsyncIterator[FastAPI]:
38
app: FastAPI = create_app()
39
40
- async with LifespanManager(app):
+ async with LifespanManager(app, startup_timeout=30, shutdown_timeout=30):
41
yield app
42
43
0 commit comments