diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-15 09:26:56 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-15 09:26:56 +0100 |
commit | aaef591b17289238ed77d2c3cfc1dc343e8b608e (patch) | |
tree | beee0fe854f93d2f97e53757418a17bee9bf054b /server | |
parent | 50fe0eac38e7a5ea6960ab4d507b5a356b5a188e (diff) | |
download | PeerTube-aaef591b17289238ed77d2c3cfc1dc343e8b608e.tar.gz PeerTube-aaef591b17289238ed77d2c3cfc1dc343e8b608e.tar.zst PeerTube-aaef591b17289238ed77d2c3cfc1dc343e8b608e.zip |
Fix live tests
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/live/live-socket-messages.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/tests/api/live/live-socket-messages.ts b/server/tests/api/live/live-socket-messages.ts index 2a1f9f108..33ee2c051 100644 --- a/server/tests/api/live/live-socket-messages.ts +++ b/server/tests/api/live/live-socket-messages.ts | |||
@@ -144,8 +144,6 @@ describe('Test live', function () { | |||
144 | await servers[1].videos.view({ id: liveVideoUUID }) | 144 | await servers[1].videos.view({ id: liveVideoUUID }) |
145 | 145 | ||
146 | await waitJobs(servers) | 146 | await waitJobs(servers) |
147 | await wait(5000) | ||
148 | await waitJobs(servers) | ||
149 | 147 | ||
150 | expect(localLastVideoViews).to.equal(2) | 148 | expect(localLastVideoViews).to.equal(2) |
151 | expect(remoteLastVideoViews).to.equal(2) | 149 | expect(remoteLastVideoViews).to.equal(2) |