Skip to content

Commit

Permalink
feat(TestRun): increase time needed for the run to be marked as read …
Browse files Browse the repository at this point in the history
…on initial view
  • Loading branch information
harunbleech committed Oct 29, 2024
1 parent 3c4ffae commit 9f893c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/alert-actions/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class VrtsAlertActions extends window.HTMLElement {
if ( isReadStatusAction && isUnread ) {
this.setAsReadTimeout = setTimeout( () => {
action.click();
}, 500 );
}, 1000 );
}
} );
}
Expand Down

0 comments on commit 9f893c1

Please sign in to comment.