page reload timeout

JavaScript
  setTimeout(function(){
   window.location.reload(1);
}, 20000);
Source

Also in JavaScript: