]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/follows-moderation.ts
Fix tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / follows-moderation.ts
index 45e56518a2196713c033153e3af8fe5bd56b7336..d145dd9d2c9b27c33d521e0f3d517d1771348a6a 100644 (file)
@@ -111,8 +111,6 @@ describe('Test follows moderation', function () {
     })
 
     it('Should remove follower on server 2', async function () {
-      this.timeout(10000)
-
       await commands[1].removeFollower({ follower: servers[0] })
 
       await waitJobs(servers)
@@ -126,8 +124,6 @@ describe('Test follows moderation', function () {
   describe('Disabled/Enabled followers', function () {
 
     it('Should disable followers on server 2', async function () {
-      this.timeout(10000)
-
       const subConfig = {
         followers: {
           instance: {
@@ -146,8 +142,6 @@ describe('Test follows moderation', function () {
     })
 
     it('Should re enable followers on server 2', async function () {
-      this.timeout(10000)
-
       const subConfig = {
         followers: {
           instance: {
@@ -193,8 +187,6 @@ describe('Test follows moderation', function () {
     })
 
     it('Should accept a follower', async function () {
-      this.timeout(10000)
-
       await commands[1].acceptFollower({ follower: 'peertube@' + servers[0].host })
       await waitJobs(servers)