X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fpeertube-runner%2Flive-transcoding.ts;h=e7ef941c642b5a6a8c9343e92913515f3688e234;hb=8527f4b163c41d13820ff0ccf6427643547ab745;hp=17e1f3078080d704e38d3ad1eb226de1e7f77180;hpb=9ba1faa2eec339d4b9c8acff2631bcb6d24043bc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/peertube-runner/live-transcoding.ts b/server/tests/peertube-runner/live-transcoding.ts index 17e1f3078..e7ef941c6 100644 --- a/server/tests/peertube-runner/live-transcoding.ts +++ b/server/tests/peertube-runner/live-transcoding.ts @@ -76,7 +76,7 @@ describe('Test Live transcoding in peertube-runner program', function () { }) it('Should save a replay', async function () { - this.timeout(120000) + this.timeout(240000) const { video } = await servers[0].live.quickCreate({ permanentLive: true, saveReplay: true })