aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-01 09:31:45 +0100
committerChocobozzz <me@florianbigard.com>2020-12-01 15:04:38 +0100
commit9e3e4adc6503742c30645cf01729a34c921c4060 (patch)
treefa208bd2a9eedc1b080f99f7210d116371b43c30 /server/tests
parenta3f1595f791e3084398f983847c4bac43498a541 (diff)
downloadPeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.tar.gz
PeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.tar.zst
PeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.zip
Add logs to fixture generations
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/videos/video-transcoder.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-transcoder.ts b/server/tests/api/videos/video-transcoder.ts
index 164843d32..f9500d617 100644
--- a/server/tests/api/videos/video-transcoder.ts
+++ b/server/tests/api/videos/video-transcoder.ts
@@ -434,7 +434,7 @@ describe('Test video transcoding', function () {
434 }) 434 })
435 435
436 it('Should downscale to the closest divisor standard framerate', async function () { 436 it('Should downscale to the closest divisor standard framerate', async function () {
437 this.timeout(160000) 437 this.timeout(200000)
438 438
439 let tempFixturePath: string 439 let tempFixturePath: string
440 440