diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-01 09:31:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-01 15:04:38 +0100 |
commit | 9e3e4adc6503742c30645cf01729a34c921c4060 (patch) | |
tree | fa208bd2a9eedc1b080f99f7210d116371b43c30 /server/tests/api | |
parent | a3f1595f791e3084398f983847c4bac43498a541 (diff) | |
download | PeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.tar.gz PeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.tar.zst PeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.zip |
Add logs to fixture generations
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/videos/video-transcoder.ts | 2 |
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 | ||