From 5fddb083301cbe0ef4decf6826056404f699c505 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 24 Jun 2023 16:50:49 +0200 Subject: [PATCH] increase timeout to 3 secs --- interface/src/api/endpoints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/api/endpoints.ts b/interface/src/api/endpoints.ts index 1064bedc9..25a457dc7 100644 --- a/interface/src/api/endpoints.ts +++ b/interface/src/api/endpoints.ts @@ -14,7 +14,7 @@ export const EVENT_SOURCE_ROOT = 'http://' + host + '/es/'; export const alovaInstance = createAlova({ statesHook: ReactHook, - timeout: 2000, + timeout: 3000, localCache: { GET: { mode: 'placeholder',