From c39c3f7979ee1125b8403b5ff159af3e677ca9a9 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 17 Nov 2022 23:57:04 +0530 Subject: [PATCH] increasing loading delay --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {