]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase timeouts
authorChocobozzz <me@florianbigard.com>
Tue, 16 Aug 2022 08:02:12 +0000 (10:02 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 16 Aug 2022 08:33:27 +0000 (10:33 +0200)
server/tests/api/live/live.ts
server/tests/api/server/auto-follows.ts
server/tests/api/server/follows-moderation.ts
server/tests/api/server/jobs.ts
server/tests/api/server/slow-follows.ts

index 33ac1491e4f4ad6e64b9bd5ccc4d0774462c64fd..2ca147ebe1a474d530fee6c5c94d86a048dc279f 100644 (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
 
index 6d2333a6bc582db202fc787fd396eb6d84bb0c0f..bfec95c652208a82c5ab6c9b081e3e21c83b5b4d 100644 (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)
 
index a34eb9bf062bb494deb8a2d69878758ceeb2f528..653dfbde0c731d608bc07de9b2cc314ea1763bcb 100644 (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)
 
index 843e148a312934d5bead1d854f8b6483b129257e..297206cf76f7b79f165b73100c614ee11fd13576 100644 (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)
 
index 666a7c2e609f3f2b448c294c78109029d1d6bf03..de24e734c701589b831d601e24880efd30f12def 100644 (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)