Bump DOE timer from 3h to 24h
This commit is contained in:
parent
d7b53f3d27
commit
c892febdbc
4 changed files with 6 additions and 10 deletions
|
@ -100,7 +100,7 @@ describe('state/selectors/messages', () => {
|
|||
it('returns false for messages that were are too old to delete', () => {
|
||||
const message = {
|
||||
type: 'outgoing' as const,
|
||||
sent_at: Date.now() - moment.duration(4, 'hours').asMilliseconds(),
|
||||
sent_at: Date.now() - moment.duration(25, 'hours').asMilliseconds(),
|
||||
sendStateByConversationId: {
|
||||
[ourConversationId]: {
|
||||
status: SendStatus.Read,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue