]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Wait for segments generation
authorChocobozzz <me@florianbigard.com>
Tue, 23 May 2023 06:28:25 +0000 (08:28 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 23 May 2023 06:28:25 +0000 (08:28 +0200)
server/tests/api/live/live-constraints.ts

index 1c8d065f79b5f1031f09cb9515982a707ced6856..89ea4657868f301500987eeb54ed0028571af2f1 100644 (file)
@@ -210,7 +210,7 @@ describe('Test live constraints', function () {
         live: {
           enabled: true,
           allowReplay: true,
-          maxDuration: 3,
+          maxDuration: 10,
           transcoding: {
             enabled: true,
             resolutions: ConfigCommand.getCustomConfigResolutions(true)