X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fcheck-params%2Flive.ts;h=a5493572bad9946c1f2a00ed4aa06c04b12b6b1a;hb=59fd824cf3434a8417b73230f1840fed327e3495;hp=7e76caf6e3b16443ee0a0a3635c835ff02071313;hpb=34caef7fc0710623c6894549423813d53f65b303;p=github%2FChocobozzz%2FPeerTube.git 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 () { }) it('Should fail to update a live if it has already started', async function () { - this.timeout(20000) + this.timeout(40000) const resLive = await getLive(server.url, server.accessToken, videoId) const live: LiveVideo = resLive.body @@ -416,7 +416,7 @@ describe('Test video lives API validator', function () { }) it('Should fail to stream twice in the save live', async function () { - this.timeout(30000) + this.timeout(40000) const resLive = await getLive(server.url, server.accessToken, videoId) const live: LiveVideo = resLive.body