diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-12 10:02:11 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-12 10:02:11 +0100 |
commit | 6502c3d43e512e968ad49f5a3bc9abc302471e18 (patch) | |
tree | 32f7a95080a7fa17198dc2556226dea5eb4c93b8 /server/tests | |
parent | 9a8cbd8278a37ee414f17d7de7c7281123484ba1 (diff) | |
download | PeerTube-6502c3d43e512e968ad49f5a3bc9abc302471e18.tar.gz PeerTube-6502c3d43e512e968ad49f5a3bc9abc302471e18.tar.zst PeerTube-6502c3d43e512e968ad49f5a3bc9abc302471e18.zip |
Avoid making retried requests to dead followers
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/server/handle-down.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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 () { | |||
113 | videos.push(resVideo.body.video) | 113 | videos.push(resVideo.body.video) |
114 | } | 114 | } |
115 | 115 | ||
116 | await wait(2000) | ||
117 | |||
118 | await uploadVideo(servers[ 0 ].url, servers[ 0 ].accessToken, videoAttributes) | ||
119 | |||
116 | // Add comments to video 2 | 120 | // Add comments to video 2 |
117 | { | 121 | { |
118 | const text = 'thread 1' | 122 | const text = 'thread 1' |