From 6b745df0878c281a747ed0f16c7dbe3010bcaa8a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 17 Jul 2023 14:34:44 +0200 Subject: Try to fix CI test --- server/tests/api/live/live-constraints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/live') diff --git a/server/tests/api/live/live-constraints.ts b/server/tests/api/live/live-constraints.ts index 89ea46578..697d808d5 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: 10, + maxDuration: 15, transcoding: { enabled: true, resolutions: ConfigCommand.getCustomConfigResolutions(true) -- cgit v1.2.3