diff --git a/scipost/static/scipost/assets/js/scripts.js b/scipost/static/scipost/assets/js/scripts.js
index b79dcd2ae4a00411aa3862b5c5d10622f52c20e3..b3c0ab7cefa52a90d62b01eff3a8e20de8cd0f82 100644
--- a/scipost/static/scipost/assets/js/scripts.js
+++ b/scipost/static/scipost/assets/js/scripts.js
@@ -4,6 +4,6 @@ function hide_all_alerts() {
 
 
 $(function(){
-    // Remove all alerts in screen automatically after 4sec.
-    setTimeout(function() {hide_all_alerts()}, 4000);
+    // Remove all alerts in screen automatically after 10sec.
+    setTimeout(function() {hide_all_alerts()}, 10000);
 });