chrome is block the pop up of this code:
setTimeout(() => {window.open("www.google.com", "_blank");
}, 5000);
But this code is working fine for 1000,2000,3000,4000 milliseconds
setTimeout(() => {window.open("www.google.com", "_blank");
}, 4000);