diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-17 15:51:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-17 16:50:52 +0200 |
commit | 80b8ad2a7084c206efb194ddfbea13df860f0c5f (patch) | |
tree | 47a347a0e63338b9f29c0749c70aaba4aeac0702 /server/tests/api/videos/video-hls.ts | |
parent | b345a8047bfde1efa1fdbd249f25f663151265a8 (diff) | |
download | PeerTube-80b8ad2a7084c206efb194ddfbea13df860f0c5f.tar.gz PeerTube-80b8ad2a7084c206efb194ddfbea13df860f0c5f.tar.zst PeerTube-80b8ad2a7084c206efb194ddfbea13df860f0c5f.zip |
Update travis ffmpeg patch version
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 | ||