diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js
index 3d2f2e99..fda7fe36 100644
--- a/Resources/Scripts/code.js
+++ b/Resources/Scripts/code.js
@@ -108,7 +108,7 @@
       recentTweetTimer = window.setTimeout(() => {
         recentTweetTimer = null;
         recentTweets.clear();
-      }, 10000);
+      }, 20000);
     };
     
     let checkRecentTweet = id => {