From b042e770c34590f3f0392da337989e885c1096c4 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Thu, 16 Oct 2025 15:13:26 +0200 Subject: [PATCH] Increase timeout --- ui/src/lib/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/lib/api.ts b/ui/src/lib/api.ts index 200574c..dbf62c3 100644 --- a/ui/src/lib/api.ts +++ b/ui/src/lib/api.ts @@ -7,7 +7,7 @@ export const api = axios.create({ headers: { "Content-Type": "application/json", }, - timeout: 5000, + timeout: 8000, }); // Create React Query client with default options