diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-22 13:44:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-22 13:54:46 +0200 |
commit | 17ecdf61ce1d374cc8ba17601b93c9bda08112b2 (patch) | |
tree | d3405d11636f661815c3ad09821944a5ae26ebfa /server/tests/api | |
parent | f3bc1b541619673f14db7de220b9c520a4f35ca8 (diff) | |
download | PeerTube-17ecdf61ce1d374cc8ba17601b93c9bda08112b2.tar.gz PeerTube-17ecdf61ce1d374cc8ba17601b93c9bda08112b2.tar.zst PeerTube-17ecdf61ce1d374cc8ba17601b93c9bda08112b2.zip |
Force stop remote live transcoding
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/live/live-constraints.ts | 2 | ||||
-rw-r--r-- | server/tests/api/search/search-videos.ts | 2 |
2 files changed, 2 insertions, 2 deletions
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 () { | |||
197 | live: { | 197 | live: { |
198 | enabled: true, | 198 | enabled: true, |
199 | allowReplay: true, | 199 | allowReplay: true, |
200 | maxDuration: 1, | 200 | maxDuration: 3, |
201 | transcoding: { | 201 | transcoding: { |
202 | enabled: true, | 202 | enabled: true, |
203 | resolutions: ConfigCommand.getCustomConfigResolutions(true) | 203 | 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 () { | |||
525 | }) | 525 | }) |
526 | 526 | ||
527 | it('Should search by live', async function () { | 527 | it('Should search by live', async function () { |
528 | this.timeout(60000) | 528 | this.timeout(120000) |
529 | 529 | ||
530 | { | 530 | { |
531 | const newConfig = { | 531 | const newConfig = { |