From c2419476302b20e9fe3708d7a0a889ae18c95c1b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Nov 2022 08:55:27 +0100 Subject: Correctly terminate an ended live --- server/tests/api/views/video-views-counter.ts | 2 +- server/tests/api/views/video-views-overall-stats.ts | 4 ++-- server/tests/api/views/video-views-retention-stats.ts | 2 +- server/tests/api/views/video-views-timeserie-stats.ts | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'server/tests') diff --git a/server/tests/api/views/video-views-counter.ts b/server/tests/api/views/video-views-counter.ts index ca33ff9cd..0c1b7859c 100644 --- a/server/tests/api/views/video-views-counter.ts +++ b/server/tests/api/views/video-views-counter.ts @@ -76,7 +76,7 @@ describe('Test video views/viewers counters', function () { let command: FfmpegCommand before(async function () { - this.timeout(120000); + this.timeout(240000); ({ vodVideoId, liveVideoId, ffmpegCommand: command } = await prepareViewsVideos({ servers, live: true, vod: true })) }) diff --git a/server/tests/api/views/video-views-overall-stats.ts b/server/tests/api/views/video-views-overall-stats.ts index bb00684ef..3aadc9689 100644 --- a/server/tests/api/views/video-views-overall-stats.ts +++ b/server/tests/api/views/video-views-overall-stats.ts @@ -20,7 +20,7 @@ describe('Test views overall stats', function () { let command: FfmpegCommand before(async function () { - this.timeout(120000); + this.timeout(240000); ({ vodVideoId, liveVideoId, ffmpegCommand: command } = await prepareViewsVideos({ servers, live: true, vod: true })) }) @@ -179,7 +179,7 @@ describe('Test views overall stats', function () { let before2Watchers: Date before(async function () { - this.timeout(120000); + this.timeout(240000); ({ vodVideoId: videoUUID } = await prepareViewsVideos({ servers, live: true, vod: true })) }) diff --git a/server/tests/api/views/video-views-retention-stats.ts b/server/tests/api/views/video-views-retention-stats.ts index 621b05110..5b9ce4c92 100644 --- a/server/tests/api/views/video-views-retention-stats.ts +++ b/server/tests/api/views/video-views-retention-stats.ts @@ -17,7 +17,7 @@ describe('Test views retention stats', function () { let vodVideoId: string before(async function () { - this.timeout(120000); + this.timeout(240000); ({ vodVideoId } = await prepareViewsVideos({ servers, live: false, vod: true })) }) diff --git a/server/tests/api/views/video-views-timeserie-stats.ts b/server/tests/api/views/video-views-timeserie-stats.ts index e8cb34ad6..2d991d7ea 100644 --- a/server/tests/api/views/video-views-timeserie-stats.ts +++ b/server/tests/api/views/video-views-timeserie-stats.ts @@ -30,7 +30,7 @@ describe('Test views timeserie stats', function () { let vodVideoId: string before(async function () { - this.timeout(120000); + this.timeout(240000); ({ vodVideoId } = await prepareViewsVideos({ servers, live: false, vod: true })) }) @@ -81,7 +81,7 @@ describe('Test views timeserie stats', function () { } before(async function () { - this.timeout(120000); + this.timeout(240000); ({ vodVideoId, liveVideoId, ffmpegCommand: command } = await prepareViewsVideos({ servers, live: true, vod: true })) }) -- cgit v1.2.3