From 17ecdf61ce1d374cc8ba17601b93c9bda08112b2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 22 May 2023 13:44:22 +0200 Subject: Force stop remote live transcoding --- server/tests/api/live/live-constraints.ts | 2 +- server/tests/api/search/search-videos.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests') diff --git a/server/tests/api/live/live-constraints.ts b/server/tests/api/live/live-constraints.ts index 59e27cc62..37fd5b2a6 100644 --- a/server/tests/api/live/live-constraints.ts +++ b/server/tests/api/live/live-constraints.ts @@ -197,7 +197,7 @@ describe('Test live constraints', function () { live: { enabled: true, allowReplay: true, - maxDuration: 1, + maxDuration: 3, transcoding: { enabled: true, resolutions: ConfigCommand.getCustomConfigResolutions(true) diff --git a/server/tests/api/search/search-videos.ts b/server/tests/api/search/search-videos.ts index 66c462942..f7f50147d 100644 --- a/server/tests/api/search/search-videos.ts +++ b/server/tests/api/search/search-videos.ts @@ -525,7 +525,7 @@ describe('Test videos search', function () { }) it('Should search by live', async function () { - this.timeout(60000) + this.timeout(120000) { const newConfig = { -- cgit v1.2.3