diff options
Diffstat (limited to 'server/tests/api/videos/video-hls.ts')
-rw-r--r-- | server/tests/api/videos/video-hls.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tests/api/videos/video-hls.ts b/server/tests/api/videos/video-hls.ts index eacd9ab79..39178bb1a 100644 --- a/server/tests/api/videos/video-hls.ts +++ b/server/tests/api/videos/video-hls.ts | |||
@@ -114,6 +114,8 @@ describe('Test HLS videos', function () { | |||
114 | }) | 114 | }) |
115 | 115 | ||
116 | it('Should update the video', async function () { | 116 | it('Should update the video', async function () { |
117 | this.timeout(10000) | ||
118 | |||
117 | await updateVideo(servers[0].url, servers[0].accessToken, videoUUID, { name: 'video 1 updated' }) | 119 | await updateVideo(servers[0].url, servers[0].accessToken, videoUUID, { name: 'video 1 updated' }) |
118 | 120 | ||
119 | await waitJobs(servers) | 121 | await waitJobs(servers) |
@@ -122,6 +124,8 @@ describe('Test HLS videos', function () { | |||
122 | }) | 124 | }) |
123 | 125 | ||
124 | it('Should delete videos', async function () { | 126 | it('Should delete videos', async function () { |
127 | this.timeout(10000) | ||
128 | |||
125 | await removeVideo(servers[0].url, servers[0].accessToken, videoUUID) | 129 | await removeVideo(servers[0].url, servers[0].accessToken, videoUUID) |
126 | await removeVideo(servers[0].url, servers[0].accessToken, videoAudioUUID) | 130 | await removeVideo(servers[0].url, servers[0].accessToken, videoAudioUUID) |
127 | 131 | ||