diff --git a/js/services/notifications.js b/js/services/notifications.js index 05107434f..0a6bdd42c 100644 --- a/js/services/notifications.js +++ b/js/services/notifications.js @@ -25,11 +25,11 @@ factory('notification', ['$timeout', enabled: true }, error: { - duration: 50000000, + duration: 5000, enabled: true }, success: { - duration: 50000000, + duration: 5000, enabled: true }, progress: {