diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-13 08:58:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-13 09:18:48 +0200 |
commit | 3b3490e41adc7d765a1b0c7ee1b6b6f388bca413 (patch) | |
tree | 27c6d81f86307fe2627d27893a6a426014ce3af0 /server/tests/api/videos | |
parent | 94fecbc1c74b24c5f47daf5325767ac69f8795d0 (diff) | |
download | PeerTube-3b3490e41adc7d765a1b0c7ee1b6b6f388bca413.tar.gz PeerTube-3b3490e41adc7d765a1b0c7ee1b6b6f388bca413.tar.zst PeerTube-3b3490e41adc7d765a1b0c7ee1b6b6f388bca413.zip |
Increase HDR timeout import
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r-- | server/tests/api/videos/video-imports.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-imports.ts b/server/tests/api/videos/video-imports.ts index 108688651..2f49bfc56 100644 --- a/server/tests/api/videos/video-imports.ts +++ b/server/tests/api/videos/video-imports.ts | |||
@@ -288,7 +288,7 @@ Ajouter un sous-titre est vraiment facile`) | |||
288 | }) | 288 | }) |
289 | 289 | ||
290 | it('Should import no HDR version on a HDR video', async function () { | 290 | it('Should import no HDR version on a HDR video', async function () { |
291 | this.timeout(120_000) | 291 | this.timeout(300_000) |
292 | 292 | ||
293 | const config = { | 293 | const config = { |
294 | transcoding: { | 294 | transcoding: { |