aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/object-storage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-15 08:23:02 +0200
committerChocobozzz <me@florianbigard.com>2021-10-15 08:23:02 +0200
commit1ffb5fb6829e1cb77d0f676775a958f51dd9d794 (patch)
tree6765810e8bd81e16c442445188a5cee920aa680e /server/tests/api/object-storage
parent0067a77d23c8d4afa2649b62b5251665e35b8b3d (diff)
downloadPeerTube-1ffb5fb6829e1cb77d0f676775a958f51dd9d794.tar.gz
PeerTube-1ffb5fb6829e1cb77d0f676775a958f51dd9d794.tar.zst
PeerTube-1ffb5fb6829e1cb77d0f676775a958f51dd9d794.zip
Increase test timeout
Diffstat (limited to 'server/tests/api/object-storage')
-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 b64efe0d5..e1ba47d00 100644
--- a/server/tests/api/object-storage/videos.ts
+++ b/server/tests/api/object-storage/videos.ts
@@ -198,7 +198,7 @@ function runTestSuite (options: {
198 }) 198 })
199 199
200 it('Should upload a video and move it to the object storage with transcoding', async function () { 200 it('Should upload a video and move it to the object storage with transcoding', async function () {
201 this.timeout(40000) 201 this.timeout(120000)
202 202
203 const { uuid } = await servers[1].videos.quickUpload({ name: 'video 2' }) 203 const { uuid } = await servers[1].videos.quickUpload({ name: 'video 2' })
204 uuidsToDelete.push(uuid) 204 uuidsToDelete.push(uuid)