From 93504f35603b42af0d62586a95e682864a52f9f7 Mon Sep 17 00:00:00 2001 From: H Vs Date: Mon, 21 Apr 2025 15:01:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/endpoints/pipeline_endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/endpoints/pipeline_endpoint.py b/app/endpoints/pipeline_endpoint.py index eb99e96..5a0e5aa 100644 --- a/app/endpoints/pipeline_endpoint.py +++ b/app/endpoints/pipeline_endpoint.py @@ -17,7 +17,7 @@ from common.memory import * import traceback import sys -timeout_duration = 2.0 +timeout_duration = 8.0 messages_router = APIRouter()