diff options
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/videos/video-create-transcoding.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/videos/video-create-transcoding.ts b/server/tests/api/videos/video-create-transcoding.ts index 445866a16..a4defdf51 100644 --- a/server/tests/api/videos/video-create-transcoding.ts +++ b/server/tests/api/videos/video-create-transcoding.ts | |||
@@ -157,6 +157,8 @@ function runTests (objectStorage: boolean) { | |||
157 | }) | 157 | }) |
158 | 158 | ||
159 | it('Should correctly update HLS playlist on resolution change', async function () { | 159 | it('Should correctly update HLS playlist on resolution change', async function () { |
160 | this.timeout(120000) | ||
161 | |||
160 | await servers[0].config.updateExistingSubConfig({ | 162 | await servers[0].config.updateExistingSubConfig({ |
161 | newConfig: { | 163 | newConfig: { |
162 | transcoding: { | 164 | transcoding: { |