From 3ee406334acf7bd971e945a2bcb237d1e9f23c96 Mon Sep 17 00:00:00 2001 From: Ayush Mhetre Date: Fri, 7 Jun 2024 16:13:14 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Increase=20timeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/ui/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/src/App.tsx b/js/ui/src/App.tsx index b37a57a..473b6a2 100644 --- a/js/ui/src/App.tsx +++ b/js/ui/src/App.tsx @@ -191,7 +191,7 @@ function App() { state )}&client_id=${encodeURI(client_id)}${encodeURI(oidc_nonce)}` ); - }, 3000); + }, 15000); return; } catch (e) {