increasing loading delay
This commit is contained in:
parent
77bbf286f3
commit
c39c3f7979
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user