From d8fe90dde2cae0f4aeea70a19f912dce55814570 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 May 2023 08:28:25 +0200 Subject: [PATCH] Wait for segments generation --- server/tests/api/live/live-constraints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { live: { enabled: true, allowReplay: true, - maxDuration: 3, + maxDuration: 10, transcoding: { enabled: true, resolutions: ConfigCommand.getCustomConfigResolutions(true) -- 2.41.0