aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-18 10:23:45 +0200
committerChocobozzz <me@florianbigard.com>2021-10-18 10:23:45 +0200
commit27c3c9456dcf436946635c3c85d4a7653b5cccdb (patch)
treedb973af4b826d3f6feb72e02dbf3985d8c9a3cc8 /server/tests/api/notifications
parent1e2fe802d1f82b81ac30fd9ca267da12f75032a2 (diff)
downloadPeerTube-27c3c9456dcf436946635c3c85d4a7653b5cccdb.tar.gz
PeerTube-27c3c9456dcf436946635c3c85d4a7653b5cccdb.tar.zst
PeerTube-27c3c9456dcf436946635c3c85d4a7653b5cccdb.zip
Increase some timeouts
Diffstat (limited to 'server/tests/api/notifications')
-rw-r--r--server/tests/api/notifications/moderation-notifications.ts2
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 eb3c29fe7..f806fed31 100644
--- a/server/tests/api/notifications/moderation-notifications.ts
+++ b/server/tests/api/notifications/moderation-notifications.ts
@@ -487,7 +487,7 @@ describe('Test moderation notifications', function () {
487 }) 487 })
488 488
489 it('Should send notification to moderators on new video with auto-blacklist', async function () { 489 it('Should send notification to moderators on new video with auto-blacklist', async function () {
490 this.timeout(40000) 490 this.timeout(120000)
491 491
492 videoName = 'video with auto-blacklist ' + buildUUID() 492 videoName = 'video with auto-blacklist ' + buildUUID()
493 const video = await servers[0].videos.upload({ token: userAccessToken, attributes: { name: videoName } }) 493 const video = await servers[0].videos.upload({ token: userAccessToken, attributes: { name: videoName } })