diff options
Diffstat (limited to 'server/tests/api/notifications')
-rw-r--r-- | server/tests/api/notifications/moderation-notifications.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/notifications/moderation-notifications.ts b/server/tests/api/notifications/moderation-notifications.ts index e7aa5d987..24c91a365 100644 --- a/server/tests/api/notifications/moderation-notifications.ts +++ b/server/tests/api/notifications/moderation-notifications.ts | |||
@@ -502,7 +502,7 @@ describe('Test moderation notifications', function () { | |||
502 | }) | 502 | }) |
503 | 503 | ||
504 | it('Should send notification to moderators on new video with auto-blacklist', async function () { | 504 | it('Should send notification to moderators on new video with auto-blacklist', async function () { |
505 | this.timeout(20000) | 505 | this.timeout(40000) |
506 | 506 | ||
507 | videoName = 'video with auto-blacklist ' + uuidv4() | 507 | videoName = 'video with auto-blacklist ' + uuidv4() |
508 | const resVideo = await uploadVideo(servers[0].url, userAccessToken, { name: videoName }) | 508 | const resVideo = await uploadVideo(servers[0].url, userAccessToken, { name: videoName }) |
@@ -525,7 +525,7 @@ describe('Test moderation notifications', function () { | |||
525 | }) | 525 | }) |
526 | 526 | ||
527 | it('Should send video published and unblacklist after video unblacklisted', async function () { | 527 | it('Should send video published and unblacklist after video unblacklisted', async function () { |
528 | this.timeout(20000) | 528 | this.timeout(40000) |
529 | 529 | ||
530 | await removeVideoFromBlacklist(servers[0].url, servers[0].accessToken, videoUUID) | 530 | await removeVideoFromBlacklist(servers[0].url, servers[0].accessToken, videoUUID) |
531 | 531 | ||