From de94ac86a211dec657332d964693857ec235ce40 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 20 Nov 2020 11:21:08 +0100 Subject: Fix incorrect IDs in AP federation --- server/tests/api/server/follows-moderation.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'server/tests') diff --git a/server/tests/api/server/follows-moderation.ts b/server/tests/api/server/follows-moderation.ts index cee85cc4b..73c212a32 100644 --- a/server/tests/api/server/follows-moderation.ts +++ b/server/tests/api/server/follows-moderation.ts @@ -81,6 +81,8 @@ describe('Test follows moderation', function () { }) it('Should remove follower on server 2', async function () { + this.timeout(10000) + await removeFollower(servers[1].url, servers[1].accessToken, servers[0]) await waitJobs(servers) @@ -91,6 +93,8 @@ describe('Test follows moderation', function () { }) it('Should disable followers on server 2', async function () { + this.timeout(10000) + const subConfig = { followers: { instance: { @@ -109,6 +113,8 @@ describe('Test follows moderation', function () { }) it('Should re enable followers on server 2', async function () { + this.timeout(10000) + const subConfig = { followers: { instance: { @@ -151,6 +157,8 @@ describe('Test follows moderation', function () { }) it('Should accept a follower', async function () { + this.timeout(10000) + await acceptFollower(servers[1].url, servers[1].accessToken, 'peertube@localhost:' + servers[0].port) await waitJobs(servers) -- cgit v1.2.3