From 19d3049f10249ae48eb663ee36866917c823de62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Carr=C3=A8re?= <loic.carrere@gmail.com>
Date: Sat, 21 Dec 2024 12:20:51 +0100
Subject: [PATCH] Updated max timeout to 4 min

---
 LM-Kit-Maestro/UI/ContentViews/ChatSettingsView.xaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LM-Kit-Maestro/UI/ContentViews/ChatSettingsView.xaml b/LM-Kit-Maestro/UI/ContentViews/ChatSettingsView.xaml
index f1dd45f4..99df4293 100644
--- a/LM-Kit-Maestro/UI/ContentViews/ChatSettingsView.xaml
+++ b/LM-Kit-Maestro/UI/ContentViews/ChatSettingsView.xaml
@@ -247,7 +247,7 @@
                                 <Slider
                                         Grid.ColumnSpan="2"
                                         Grid.Row="1"
-                                        Value="{Binding RequestTimeout, Mode=TwoWay}" Minimum="10" Maximum="120"/>
+                                        Value="{Binding RequestTimeout, Mode=TwoWay}" Minimum="10" Maximum="240"/>
                             </Grid>
 
                             <Grid StyleClass="SettingGrid">