diff --git a/index.html b/index.html
index 998a65e..05667d0 100644
--- a/index.html
+++ b/index.html
@@ -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) {