diff --git a/client/js/shout.js b/client/js/shout.js index a94a965..676820e 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); } } }