diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-26 15:16:30 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-26 15:16:30 +0100 |
commit | 0e856b78e9b6aca5e6a48a04af8b747dbc69658f (patch) | |
tree | 04dba93371db2ad9a38bdb47f08bfc6226cc8696 /server/tests/api | |
parent | 7fd03a2c8f9d342927db8fcfa84c96e14a7740a2 (diff) | |
download | PeerTube-0e856b78e9b6aca5e6a48a04af8b747dbc69658f.tar.gz PeerTube-0e856b78e9b6aca5e6a48a04af8b747dbc69658f.tar.zst PeerTube-0e856b78e9b6aca5e6a48a04af8b747dbc69658f.zip |
Try to fix live test
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/live/live.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 4f84882ff..f99e7ad46 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -39,6 +39,7 @@ import { | |||
39 | viewVideo, | 39 | viewVideo, |
40 | wait, | 40 | wait, |
41 | waitJobs, | 41 | waitJobs, |
42 | waitUntilLiveEnded, | ||
42 | waitUntilLivePublished, | 43 | waitUntilLivePublished, |
43 | waitUntilLiveStarts, | 44 | waitUntilLiveStarts, |
44 | waitUntilLog | 45 | waitUntilLog |
@@ -587,6 +588,8 @@ describe('Test live', function () { | |||
587 | } | 588 | } |
588 | 589 | ||
589 | await stopFfmpeg(command) | 590 | await stopFfmpeg(command) |
591 | await waitUntilLiveEnded(servers[0].url, servers[0].accessToken, liveVideoUUID) | ||
592 | |||
590 | await waitJobs(servers) | 593 | await waitJobs(servers) |
591 | 594 | ||
592 | for (const stateChanges of [ localStateChanges, remoteStateChanges ]) { | 595 | for (const stateChanges of [ localStateChanges, remoteStateChanges ]) { |