From c1edef7119fdaad515d2dc298120d789764440f9 Mon Sep 17 00:00:00 2001 From: yangdx Date: Sun, 26 Jan 2025 23:21:32 +0800 Subject: [PATCH] Increase timeout for LightRAG Ollama chat --- test_lightrag_ollama_chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_lightrag_ollama_chat.py b/test_lightrag_ollama_chat.py index faf9485d..6982d44b 100644 --- a/test_lightrag_ollama_chat.py +++ b/test_lightrag_ollama_chat.py @@ -104,7 +104,7 @@ DEFAULT_CONFIG = { "host": "localhost", "port": 9621, "model": "lightrag:latest", - "timeout": 30, + "timeout": 120, "max_retries": 3, "retry_delay": 1, },