From 6848b9f4b2ff8a49d57d88a8bba3a6b8352d6f7e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 22 Jan 2020 09:24:26 +0100 Subject: Use a filtered proxy without variables --- server/tests/api/activitypub/refresher.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'server/tests/api/activitypub/refresher.ts') diff --git a/server/tests/api/activitypub/refresher.ts b/server/tests/api/activitypub/refresher.ts index 2a6be97c6..aa4bc6c0f 100644 --- a/server/tests/api/activitypub/refresher.ts +++ b/server/tests/api/activitypub/refresher.ts @@ -91,7 +91,7 @@ describe('Test AP refresher', function () { }) it('Should not update a remote video if the remote instance is down', async function () { - this.timeout(60000) + this.timeout(70000) killallServers([ servers[ 1 ] ]) @@ -106,10 +106,6 @@ describe('Test AP refresher', function () { await reRunServer(servers[ 1 ]) - // Should not refresh the video, even if the last refresh failed (to avoid a loop on dead instances) - await getVideo(servers[ 0 ].url, videoUUID3) - await waitJobs(servers) - await getVideo(servers[ 0 ].url, videoUUID3, 200) }) }) -- cgit v1.2.3