diff --git a/components/alert-actions/script.js b/components/alert-actions/script.js index 1b339e9..00aaa9d 100644 --- a/components/alert-actions/script.js +++ b/components/alert-actions/script.js @@ -64,7 +64,7 @@ class VrtsAlertActions extends window.HTMLElement { if ( isReadStatusAction && isUnread ) { this.setAsReadTimeout = setTimeout( () => { action.click(); - }, 500 ); + }, 1000 ); } } ); }