diff options
Diffstat (limited to 'server/tests/api/check-params/live.ts')
-rw-r--r-- | server/tests/api/check-params/live.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/check-params/live.ts b/server/tests/api/check-params/live.ts index 7e76caf6e..a5493572b 100644 --- a/server/tests/api/check-params/live.ts +++ b/server/tests/api/check-params/live.ts | |||
@@ -402,7 +402,7 @@ describe('Test video lives API validator', function () { | |||
402 | }) | 402 | }) |
403 | 403 | ||
404 | it('Should fail to update a live if it has already started', async function () { | 404 | it('Should fail to update a live if it has already started', async function () { |
405 | this.timeout(20000) | 405 | this.timeout(40000) |
406 | 406 | ||
407 | const resLive = await getLive(server.url, server.accessToken, videoId) | 407 | const resLive = await getLive(server.url, server.accessToken, videoId) |
408 | const live: LiveVideo = resLive.body | 408 | const live: LiveVideo = resLive.body |
@@ -416,7 +416,7 @@ describe('Test video lives API validator', function () { | |||
416 | }) | 416 | }) |
417 | 417 | ||
418 | it('Should fail to stream twice in the save live', async function () { | 418 | it('Should fail to stream twice in the save live', async function () { |
419 | this.timeout(30000) | 419 | this.timeout(40000) |
420 | 420 | ||
421 | const resLive = await getLive(server.url, server.accessToken, videoId) | 421 | const resLive = await getLive(server.url, server.accessToken, videoId) |
422 | const live: LiveVideo = resLive.body | 422 | const live: LiveVideo = resLive.body |