diff options
Diffstat (limited to 'server/tests/api/live/live.ts')
-rw-r--r-- | server/tests/api/live/live.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 592548b52..65ebbc5f7 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -181,8 +181,6 @@ describe('Test live', function () { | |||
181 | }) | 181 | }) |
182 | 182 | ||
183 | it('Should update the live', async function () { | 183 | it('Should update the live', async function () { |
184 | this.timeout(10000) | ||
185 | |||
186 | await commands[0].update({ videoId: liveVideoUUID, fields: { saveReplay: false, latencyMode: LiveVideoLatencyMode.DEFAULT } }) | 184 | await commands[0].update({ videoId: liveVideoUUID, fields: { saveReplay: false, latencyMode: LiveVideoLatencyMode.DEFAULT } }) |
187 | await waitJobs(servers) | 185 | await waitJobs(servers) |
188 | }) | 186 | }) |
@@ -206,8 +204,6 @@ describe('Test live', function () { | |||
206 | }) | 204 | }) |
207 | 205 | ||
208 | it('Delete the live', async function () { | 206 | it('Delete the live', async function () { |
209 | this.timeout(10000) | ||
210 | |||
211 | await servers[0].videos.remove({ id: liveVideoUUID }) | 207 | await servers[0].videos.remove({ id: liveVideoUUID }) |
212 | await waitJobs(servers) | 208 | await waitJobs(servers) |
213 | }) | 209 | }) |