aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications/moderation-notifications.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-10 16:38:12 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-12-14 09:11:27 +0100
commit34caef7fc0710623c6894549423813d53f65b303 (patch)
treecadfce6e39ea0712ed556e8dc7ba3c64ea36e158 /server/tests/api/notifications/moderation-notifications.ts
parent12554857b410506b9e748bb0deac09d3e7393963 (diff)
downloadPeerTube-34caef7fc0710623c6894549423813d53f65b303.tar.gz
PeerTube-34caef7fc0710623c6894549423813d53f65b303.tar.zst
PeerTube-34caef7fc0710623c6894549423813d53f65b303.zip
Add joblog at the end of ci
Diffstat (limited to 'server/tests/api/notifications/moderation-notifications.ts')
-rw-r--r--server/tests/api/notifications/moderation-notifications.ts4
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