Increase timeouts

This commit is contained in:
Chocobozzz
2022-05-18 15:16:34 +02:00
parent dda1e82133
commit cf0dd18abc
3 changed files with 4 additions and 2 deletions

View File

@@ -406,6 +406,8 @@ describe('Object storage for videos', function () {
const maxUploadPart = '5MB'
before(async function () {
this.timeout(120000)
fixture = await generateHighBitrateVideo()
const { size } = await stat(fixture)

View File

@@ -34,7 +34,7 @@ describe('Test video views/viewers counters', function () {
let videoUUID: string
before(async function () {
this.timeout(30000)
this.timeout(120000)
const { uuid } = await servers[0].videos.quickUpload({ name: 'video' })
videoUUID = uuid