branch: externals/llm
commit c26bf648a8ca86fe6a5fefb3863d39668f077b6a
Author: Roman Scherer <ro...@burningswell.com>
Commit: Roman Scherer <ro...@burningswell.com>

    Increase llm-request-plz-timeout to 2 minutes
    
    I think 1 minute is too short. I saw this failing very often, for
    example when running the tester on the Ollama provider.
---
 llm-request-plz.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llm-request-plz.el b/llm-request-plz.el
index 84e74fc195..fa7a9e5284 100644
--- a/llm-request-plz.el
+++ b/llm-request-plz.el
@@ -27,7 +27,7 @@
 (require 'rx)
 (require 'url-http)
 
-(defcustom llm-request-plz-timeout 60
+(defcustom llm-request-plz-timeout (* 2 60)
   "The number of seconds to wait for a response from a HTTP server.
 
 Request timings are depending on the request. Requests that need

Reply via email to