Random listen for mocked servers

This commit is contained in:
Chocobozzz
2021-10-22 14:31:38 +02:00
parent 5480933b7f
commit d1bfbdeb20
7 changed files with 95 additions and 87 deletions

View File

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