From 512b6e8a47a2cbed8a2b14c6f9d894d771f2d2cb Mon Sep 17 00:00:00 2001 From: Abhishek Roy Date: Tue, 6 Aug 2024 20:02:13 +0100 Subject: [PATCH] update timeout to 25s --- static/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.js b/static/index.js index b87cbaf..d61a274 100644 --- a/static/index.js +++ b/static/index.js @@ -116,7 +116,7 @@ async function get_shortest_path(actor_1_id, actor_2_id) { const timeout = setTimeout(() => { controller.abort(); - }, 15000); + }, 25000); try { const urlSearchParams = new URLSearchParams();