diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-10 16:38:12 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-12-14 09:11:27 +0100 |
commit | 34caef7fc0710623c6894549423813d53f65b303 (patch) | |
tree | cadfce6e39ea0712ed556e8dc7ba3c64ea36e158 /server/tests/api/live/live.ts | |
parent | 12554857b410506b9e748bb0deac09d3e7393963 (diff) | |
download | PeerTube-34caef7fc0710623c6894549423813d53f65b303.tar.gz PeerTube-34caef7fc0710623c6894549423813d53f65b303.tar.zst PeerTube-34caef7fc0710623c6894549423813d53f65b303.zip |
Add joblog at the end of ci
Diffstat (limited to 'server/tests/api/live/live.ts')
-rw-r--r-- | server/tests/api/live/live.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 6a1f6e759..918792081 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -413,6 +413,8 @@ describe('Test live', function () { | |||
413 | await testVideoResolutions(liveVideoId, resolutions) | 413 | await testVideoResolutions(liveVideoId, resolutions) |
414 | 414 | ||
415 | await stopFfmpeg(command) | 415 | await stopFfmpeg(command) |
416 | await waitUntilLiveEnded(servers[0].url, servers[0].accessToken, liveVideoId) | ||
417 | |||
416 | await waitJobs(servers) | 418 | await waitJobs(servers) |
417 | 419 | ||
418 | await waitUntilLivePublished(servers[0].url, servers[0].accessToken, liveVideoId) | 420 | await waitUntilLivePublished(servers[0].url, servers[0].accessToken, liveVideoId) |