Increase test timeout

pull/4468/head
Chocobozzz 2021-10-15 08:23:02 +02:00
parent 0067a77d23
commit 1ffb5fb682
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ function runTestSuite (options: {
})
it('Should upload a video and move it to the object storage with transcoding', async function () {
this.timeout(40000)
this.timeout(120000)
const { uuid } = await servers[1].videos.quickUpload({ name: 'video 2' })
uuidsToDelete.push(uuid)