shorten_expanded: increase timeout

master
Andrew Dolgov 3 years ago
parent 36ad46e60d
commit 5bc47451e1

@ -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]));

Loading…
Cancel
Save