diff options
-rw-r--r-- | server/tests/api/notifications/moderation-notifications.ts | 2 | ||||
-rw-r--r-- | server/tests/api/videos/video-imports.ts | 2 |
2 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 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 } }) |
diff --git a/server/tests/api/videos/video-imports.ts b/server/tests/api/videos/video-imports.ts index 4686d5800..948c779e8 100644 --- a/server/tests/api/videos/video-imports.ts +++ b/server/tests/api/videos/video-imports.ts | |||
@@ -266,7 +266,7 @@ Ajouter un sous-titre est vraiment facile`) | |||
266 | }) | 266 | }) |
267 | 267 | ||
268 | it('Should import a video that will be transcoded', async function () { | 268 | it('Should import a video that will be transcoded', async function () { |
269 | this.timeout(120_000) | 269 | this.timeout(240_000) |
270 | 270 | ||
271 | const attributes = { | 271 | const attributes = { |
272 | name: 'transcoded video', | 272 | name: 'transcoded video', |