mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:06:02 +00:00
shorten_expanded: increase timeout
This commit is contained in:
@@ -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]));
|
||||
|
||||
Reference in New Issue
Block a user