diff --git a/client/js/shout.js b/client/js/shout.js index a94a9658..676820e7 100644 --- a/client/js/shout.js +++ b/client/js/shout.js @@ -431,7 +431,7 @@ $(function() { // Close notification after 2s window.setTimeout(function() { n.close(); - }, 2 * 1000); + }, 5 * 1000); } } }