diff options
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/notifications/moderation-notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/moderation-notifications.ts b/server/tests/api/notifications/moderation-notifications.ts index 81f02ff99..cff19223f 100644 --- a/server/tests/api/notifications/moderation-notifications.ts +++ b/server/tests/api/notifications/moderation-notifications.ts | |||
@@ -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(40000) | 607 | this.timeout(60000) |
608 | 608 | ||
609 | const name = 'video without auto-blacklist ' + uuidv4() | 609 | const name = 'video without auto-blacklist ' + uuidv4() |
610 | 610 | ||