diff --git a/public/404.html b/public/404.html
index 817ff2b..0e668af 100644
--- a/public/404.html
+++ b/public/404.html
@@ -16,7 +16,7 @@
// https://undertale.fandom.com/wiki/File:Mus_st_him.ogg
let g = '';
// https://www.w3schools.com/jsref/met_win_settimeout.asp
-setTimeout(function(){ document.getElementById('gaster').innerHTML = g; }, 5000);
+setTimeout(function(){ document.getElementById('gaster').innerHTML = g; }, 30000);
function showg() {
p=document.getElementById('gaster');
p.height = '25%';