mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Random listen for mocked servers
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user