aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/server/handle-down.ts4
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'