less time to respond
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-08-08 22:09:57 +02:00
parent c5f62e36ab
commit c15a1ac60e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -168,7 +168,7 @@ export default {
const delay = new Promise(function (_, reject) { const delay = new Promise(function (_, reject) {
timeoutId = setTimeout(function () { timeoutId = setTimeout(function () {
reject(new Error()); reject(new Error());
}, 2900); }, 2800);
}); });
/* Create a race between a timeout and the search /* Create a race between a timeout and the search