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