]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase some timeouts
authorChocobozzz <me@florianbigard.com>
Mon, 18 Oct 2021 08:23:45 +0000 (10:23 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 18 Oct 2021 08:23:45 +0000 (10:23 +0200)
server/tests/api/notifications/moderation-notifications.ts
server/tests/api/videos/video-imports.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 } })
index 4686d58002cce8cde45777d6666f2e21b04de3e5..948c779e8057d13e953537b7e98798e0cf502ba9 100644 (file)
@@ -266,7 +266,7 @@ Ajouter un sous-titre est vraiment facile`)
   })
 
   it('Should import a video that will be transcoded', async function () {
-    this.timeout(120_000)
+    this.timeout(240_000)
 
     const attributes = {
       name: 'transcoded video',