X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fviews%2Fvideo-views-overall-stats.ts;h=d8de73cbcec65c084c3beff79386f27a06934469;hb=ac907dc7c158056e9b6a5cb58acd27df5c7c2670;hp=22761d6ec656a8b24628845d7f61409772b9b53e;hpb=b211106695bb82f6c32e53306081b5262c3d109d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/views/video-views-overall-stats.ts b/server/tests/api/views/video-views-overall-stats.ts index 22761d6ec..d8de73cbc 100644 --- a/server/tests/api/views/video-views-overall-stats.ts +++ b/server/tests/api/views/video-views-overall-stats.ts @@ -21,7 +21,7 @@ describe('Test views overall stats', function () { let vodVideoId: string before(async function () { - this.timeout(60000); + this.timeout(120000); ({ vodVideoId } = await prepareViewsVideos({ servers, live: false, vod: true })) }) @@ -74,7 +74,7 @@ describe('Test views overall stats', function () { let command: FfmpegCommand before(async function () { - this.timeout(60000); + this.timeout(120000); ({ vodVideoId, liveVideoId, ffmpegCommand: command } = await prepareViewsVideos({ servers, live: true, vod: true })) }) @@ -189,7 +189,7 @@ describe('Test views overall stats', function () { let videoUUID: string before(async function () { - this.timeout(60000); + this.timeout(120000); ({ vodVideoId: videoUUID } = await prepareViewsVideos({ servers, live: true, vod: true })) })