Тайм -аут перезагрузки страницы

  setTimeout(function(){
   window.location.reload(1);
}, 20000);
Pleasant Puma