aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-22 14:31:38 +0200
committerChocobozzz <me@florianbigard.com>2021-10-22 14:31:38 +0200
commitd1bfbdeb203b0e4f37e9468861c690171156ee29 (patch)
tree2a6051ef212b964eb2ded1021a625acd0ba32053 /server
parent5480933b7f088bf099b25fb467faace814f0da58 (diff)
downloadPeerTube-d1bfbdeb203b0e4f37e9468861c690171156ee29.tar.gz
PeerTube-d1bfbdeb203b0e4f37e9468861c690171156ee29.tar.zst
PeerTube-d1bfbdeb203b0e4f37e9468861c690171156ee29.zip
Random listen for mocked servers
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/object-storage/videos.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/object-storage/videos.ts b/server/tests/api/object-storage/videos.ts
index e1ba47d00..35a5f19ed 100644
--- a/server/tests/api/object-storage/videos.ts
+++ b/server/tests/api/object-storage/videos.ts
@@ -182,7 +182,7 @@ function runTestSuite (options: {
182 }) 182 })
183 183
184 it('Should upload a video and move it to the object storage without transcoding', async function () { 184 it('Should upload a video and move it to the object storage without transcoding', async function () {
185 this.timeout(20000) 185 this.timeout(40000)
186 186
187 const { uuid } = await servers[0].videos.quickUpload({ name: 'video 1' }) 187 const { uuid } = await servers[0].videos.quickUpload({ name: 'video 1' })
188 uuidsToDelete.push(uuid) 188 uuidsToDelete.push(uuid)