aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/object-storage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-18 15:16:34 +0200
committerChocobozzz <me@florianbigard.com>2022-05-18 15:16:34 +0200
commitcf0dd18abce9ab98d7bf5d209cc5401f97d4d463 (patch)
tree7eba0d37ca71bfd3202044292ec75fd88415fb21 /server/tests/api/object-storage
parentdda1e82133aae0e587ca2ec03f5d48b1736eb1db (diff)
downloadPeerTube-cf0dd18abce9ab98d7bf5d209cc5401f97d4d463.tar.gz
PeerTube-cf0dd18abce9ab98d7bf5d209cc5401f97d4d463.tar.zst
PeerTube-cf0dd18abce9ab98d7bf5d209cc5401f97d4d463.zip
Increase timeouts
Diffstat (limited to 'server/tests/api/object-storage')
-rw-r--r--server/tests/api/object-storage/videos.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/object-storage/videos.ts b/server/tests/api/object-storage/videos.ts
index 22ad06305..e288e542e 100644
--- a/server/tests/api/object-storage/videos.ts
+++ b/server/tests/api/object-storage/videos.ts
@@ -406,6 +406,8 @@ describe('Object storage for videos', function () {
406 const maxUploadPart = '5MB' 406 const maxUploadPart = '5MB'
407 407
408 before(async function () { 408 before(async function () {
409 this.timeout(120000)
410
409 fixture = await generateHighBitrateVideo() 411 fixture = await generateHighBitrateVideo()
410 412
411 const { size } = await stat(fixture) 413 const { size } = await stat(fixture)