increasing loading delay

This commit is contained in:
sairaj mote 2022-11-17 23:57:04 +05:30
parent 77bbf286f3
commit c39c3f7979

View File

@ -325,7 +325,7 @@
document.getElementById('main').classList.remove('hidden')
}
function wait(ms = 500) {
function wait(ms = 1000) {
return new Promise(resolve => setTimeout(resolve, ms));
}
function processStatus(iVerify, oVerify, cVerify) {