doubling timemouts

This commit is contained in:
ralf 2024-08-25 23:43:01 +02:00
parent ce579c9104
commit c15b4b535a

View File

@ -3145,7 +3145,7 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
// Should be OK to print now // Should be OK to print now
dialog.updateComplete.then(() => dialog.updateComplete.then(() =>
{ {
window.setTimeout(() => resolve(), 500); window.setTimeout(() => resolve(), 1000);
}); });
}); });
}, 10 * fetchedCount); }, 10 * fetchedCount);
@ -3175,7 +3175,7 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
window.setTimeout(function() window.setTimeout(function()
{ {
resolve(); resolve();
}, 200); }, 400);
} }
}.bind(this); }.bind(this);
const value = { const value = {