]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/notifications/moderation-notifications.ts
Add filter:api.server.stats.get.result hook
[github/Chocobozzz/PeerTube.git] / server / tests / api / notifications / moderation-notifications.ts
index eb3c29fe74532ce421e5a0ab11b880945a536783..f806fed3130ce6f26d770ce99c7740463f88d48d 100644 (file)
@@ -487,7 +487,7 @@ describe('Test moderation notifications', function () {
     })
 
     it('Should send notification to moderators on new video with auto-blacklist', async function () {
-      this.timeout(40000)
+      this.timeout(120000)
 
       videoName = 'video with auto-blacklist ' + buildUUID()
       const video = await servers[0].videos.upload({ token: userAccessToken, attributes: { name: videoName } })