1
0
Fork 0

Increase timeouts

This commit is contained in:
Chocobozzz 2022-08-16 10:02:12 +02:00
parent fd3c2e8705
commit 3b2006bb72
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
5 changed files with 5 additions and 5 deletions

View File

@ -223,7 +223,7 @@ describe('Test live', function () {
let vodVideoId: string
before(async function () {
this.timeout(120000)
this.timeout(240000)
vodVideoId = (await servers[0].videos.quickUpload({ name: 'vod video' })).uuid

View File

@ -49,7 +49,7 @@ describe('Test auto follows', function () {
let servers: PeerTubeServer[] = []
before(async function () {
this.timeout(30000)
this.timeout(120000)
servers = await createMultipleServers(3)

View File

@ -89,7 +89,7 @@ describe('Test follows moderation', function () {
let commands: FollowsCommand[]
before(async function () {
this.timeout(30000)
this.timeout(240000)
servers = await createMultipleServers(3)

View File

@ -19,7 +19,7 @@ describe('Test jobs', function () {
let servers: PeerTubeServer[]
before(async function () {
this.timeout(30000)
this.timeout(120000)
servers = await createMultipleServers(2)

View File

@ -20,7 +20,7 @@ describe('Test slow follows', function () {
let afterFollows: Date
before(async function () {
this.timeout(60000)
this.timeout(120000)
servers = await createMultipleServers(3)