diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-11 10:36:05 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-12-14 09:11:27 +0100 |
commit | 59fd824cf3434a8417b73230f1840fed327e3495 (patch) | |
tree | b3c25022099adf2a41ed8da5328c4147d60add83 /server/tests/api/check-params/live.ts | |
parent | 34caef7fc0710623c6894549423813d53f65b303 (diff) | |
download | PeerTube-59fd824cf3434a8417b73230f1840fed327e3495.tar.gz PeerTube-59fd824cf3434a8417b73230f1840fed327e3495.tar.zst PeerTube-59fd824cf3434a8417b73230f1840fed327e3495.zip |
Fix tests timeout
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 |