From 6502c3d43e512e968ad49f5a3bc9abc302471e18 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 12 Jan 2018 10:02:11 +0100 Subject: Avoid making retried requests to dead followers --- server/tests/api/server/handle-down.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server/tests/api') diff --git a/server/tests/api/server/handle-down.ts b/server/tests/api/server/handle-down.ts index cc1ff9a9f..6ca8cfb64 100644 --- a/server/tests/api/server/handle-down.ts +++ b/server/tests/api/server/handle-down.ts @@ -113,6 +113,10 @@ describe('Test handle downs', function () { videos.push(resVideo.body.video) } + await wait(2000) + + await uploadVideo(servers[ 0 ].url, servers[ 0 ].accessToken, videoAttributes) + // Add comments to video 2 { const text = 'thread 1' -- cgit v1.2.3