From 5bc47451e1ae5e6ceb545d9a0dbe9dd47df51e0b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Mar 2021 15:08:36 +0300 Subject: shorten_expanded: increase timeout --- plugins/shorten_expanded/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shorten_expanded') diff --git a/plugins/shorten_expanded/init.js b/plugins/shorten_expanded/init.js index 40bb80790..d7bd6ef91 100644 --- a/plugins/shorten_expanded/init.js +++ b/plugins/shorten_expanded/init.js @@ -51,7 +51,7 @@ Plugins.Shorten_Expanded = { const id = setTimeout(() => { clearTimeout(id); reject(new Error("timed out")); - }, 250) + }, 2000) }) promises.push(Promise.race([promise, timeout])); -- cgit v1.2.3