Skip to content

Commit be218f8

Browse files
committed
fix
1 parent df6f406 commit be218f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lightllm/server/httpserver_for_pd_master

lightllm/server/httpserver_for_pd_master/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ async def fetch_nixl_stream(
331331
)
332332

333333
try:
334-
await asyncio.wait_for(up_status_event.wait(), timeout=60)
334+
await asyncio.wait_for(up_status_event.wait(), timeout=180)
335335
except asyncio.TimeoutError:
336336
logger.warning(f"group_request_id: {group_request_id} kv move time out err, server is busy now.")
337337
raise ServerBusyError()

0 commit comments

Comments
 (0)