aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-23 08:28:25 +0200
committerChocobozzz <me@florianbigard.com>2023-05-23 08:28:25 +0200
commitd8fe90dde2cae0f4aeea70a19f912dce55814570 (patch)
treed95bf833ff347a728e70babf689f626dcfbddb9b /server
parent83002a823465fe03a8d82833cb2e073a383405a8 (diff)
downloadPeerTube-d8fe90dde2cae0f4aeea70a19f912dce55814570.tar.gz
PeerTube-d8fe90dde2cae0f4aeea70a19f912dce55814570.tar.zst
PeerTube-d8fe90dde2cae0f4aeea70a19f912dce55814570.zip
Wait for segments generation
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/live/live-constraints.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live-constraints.ts b/server/tests/api/live/live-constraints.ts
index 1c8d065f7..89ea46578 100644
--- a/server/tests/api/live/live-constraints.ts
+++ b/server/tests/api/live/live-constraints.ts
@@ -210,7 +210,7 @@ describe('Test live constraints', function () {
210 live: { 210 live: {
211 enabled: true, 211 enabled: true,
212 allowReplay: true, 212 allowReplay: true,
213 maxDuration: 3, 213 maxDuration: 10,
214 transcoding: { 214 transcoding: {
215 enabled: true, 215 enabled: true,
216 resolutions: ConfigCommand.getCustomConfigResolutions(true) 216 resolutions: ConfigCommand.getCustomConfigResolutions(true)