Increase timeouts
This commit is contained in:
parent
fd3c2e8705
commit
3b2006bb72
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ describe('Test jobs', function () {
|
|||
let servers: PeerTubeServer[]
|
||||
|
||||
before(async function () {
|
||||
this.timeout(30000)
|
||||
this.timeout(120000)
|
||||
|
||||
servers = await createMultipleServers(2)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue