This commit is contained in:
parent
c5f62e36ab
commit
c15a1ac60e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue