Skip to content

Commit b432be3

Browse files
author
Andrei Neagu
committed
let app initialize
1 parent fbf229d commit b432be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/fastapi/long_running_tasks/test_long_running_tasks_context_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async def bg_task_app(
111111
)
112112
setup_client(app, router_prefix=router_prefix)
113113

114-
async with LifespanManager(app):
114+
async with LifespanManager(app, startup_timeout=30, shutdown_timeout=30):
115115
yield app
116116

117117

0 commit comments

Comments
 (0)