Skip to content

Commit 878dd0a

Browse files
author
Andrei Neagu
committed
bumped timeouts
1 parent 44560db commit 878dd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/notifications/tests/unit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def service_env(
3737
async def initialized_app(service_env: EnvVarsDict) -> AsyncIterator[FastAPI]:
3838
app: FastAPI = create_app()
3939

40-
async with LifespanManager(app):
40+
async with LifespanManager(app, startup_timeout=30, shutdown_timeout=30):
4141
yield app
4242

4343

0 commit comments

Comments
 (0)