Cree un retraso simple usando SetTimeOut

setTimeout(() => {  console.log("1 second"); }, 1000);
zedauni