diff options
Diffstat (limited to 'server/tests/api/notifications/moderation-notifications.ts')
-rw-r--r-- | server/tests/api/notifications/moderation-notifications.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/api/notifications/moderation-notifications.ts b/server/tests/api/notifications/moderation-notifications.ts index 24c91a365..81f02ff99 100644 --- a/server/tests/api/notifications/moderation-notifications.ts +++ b/server/tests/api/notifications/moderation-notifications.ts | |||
@@ -546,7 +546,7 @@ describe('Test moderation notifications', function () { | |||
546 | }) | 546 | }) |
547 | 547 | ||
548 | it('Should send unblacklist but not published/subscription notes after unblacklisted if scheduled update pending', async function () { | 548 | it('Should send unblacklist but not published/subscription notes after unblacklisted if scheduled update pending', async function () { |
549 | this.timeout(20000) | 549 | this.timeout(40000) |
550 | 550 | ||
551 | const updateAt = new Date(new Date().getTime() + 1000000) | 551 | const updateAt = new Date(new Date().getTime() + 1000000) |
552 | 552 | ||
@@ -578,7 +578,7 @@ describe('Test moderation notifications', function () { | |||
578 | }) | 578 | }) |
579 | 579 | ||
580 | it('Should not send publish/subscription notifications after scheduled update if video still auto-blacklisted', async function () { | 580 | it('Should not send publish/subscription notifications after scheduled update if video still auto-blacklisted', async function () { |
581 | this.timeout(20000) | 581 | this.timeout(40000) |
582 | 582 | ||
583 | // In 2 seconds | 583 | // In 2 seconds |
584 | const updateAt = new Date(new Date().getTime() + 2000) | 584 | const updateAt = new Date(new Date().getTime() + 2000) |
@@ -604,7 +604,7 @@ describe('Test moderation notifications', function () { | |||
604 | }) | 604 | }) |
605 | 605 | ||
606 | it('Should not send a notification to moderators on new video without auto-blacklist', async function () { | 606 | it('Should not send a notification to moderators on new video without auto-blacklist', async function () { |
607 | this.timeout(20000) | 607 | this.timeout(40000) |
608 | 608 | ||
609 | const name = 'video without auto-blacklist ' + uuidv4() | 609 | const name = 'video without auto-blacklist ' + uuidv4() |
610 | 610 | ||