X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Ffollows-moderation.ts;h=d145dd9d2c9b27c33d521e0f3d517d1771348a6a;hb=6a9b3151822461a85bbc72b7a50e12ffb69bec3a;hp=45e56518a2196713c033153e3af8fe5bd56b7336;hpb=a6b26afc561703cc343f8962906734324b8c2d0c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/follows-moderation.ts b/server/tests/api/server/follows-moderation.ts index 45e56518a..d145dd9d2 100644 --- a/server/tests/api/server/follows-moderation.ts +++ b/server/tests/api/server/follows-moderation.ts @@ -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)