Increase some timeouts

This commit is contained in:
Chocobozzz 2021-10-18 10:23:45 +02:00
parent 1e2fe802d1
commit 27c3c9456d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View 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 } })

View 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',