diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-03 14:21:40 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-04 09:01:40 +0100 |
commit | 6e0ee5a53a6464ab9ed0fee8a1fe0a44aacd541f (patch) | |
tree | 31c639920e04dc002fb2a387f79c1114fc7346f8 /server/tests/api/videos | |
parent | 692a231026a247a61f7b3f541935b075b513f70e (diff) | |
download | PeerTube-6e0ee5a53a6464ab9ed0fee8a1fe0a44aacd541f.tar.gz PeerTube-6e0ee5a53a6464ab9ed0fee8a1fe0a44aacd541f.tar.zst PeerTube-6e0ee5a53a6464ab9ed0fee8a1fe0a44aacd541f.zip |
Update changelog
Diffstat (limited to 'server/tests/api/videos')
-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: { |