diff --git a/frontend/src/components/URLShortener/URLShortener.tsx b/frontend/src/components/URLShortener/URLShortener.tsx
index 6d73287..abf7517 100644
--- a/frontend/src/components/URLShortener/URLShortener.tsx
+++ b/frontend/src/components/URLShortener/URLShortener.tsx
@@ -48,7 +48,7 @@ export default function () {
 
       setTimeout(() => {
         setShowInput(false);
-      }, 10000);
+      }, 900000);
     } catch (error) {
       console.log(error);
     }