mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Correctly terminate an ended live
This commit is contained in:
@@ -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 }))
|
||||
})
|
||||
|
||||
@@ -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 }))
|
||||
})
|
||||
|
||||
@@ -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 }))
|
||||
})
|
||||
|
||||
@@ -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 }))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user