Concertiv

Results 2 comments of Concertiv

Even with `setDefaultClearDuration` at 0, the close animation slows down acceptance tests. I guess this is because `removeNotification` has a hard-coded 500ms delay? https://github.com/stonecircle/ember-cli-notifications/blob/master/addon/services/notification-messages-service.js#L72

We're doing something similar with the same result, but our issue isn't `clearDuration`. The delay is hardcoded at 500ms in the `run.later` here: https://github.com/stonecircle/ember-cli-notifications/blob/ac80976e648814dc2b1804d0e3b169e1e9463083/addon/services/notification-messages-service.js#L80-L82