diff options
Diffstat (limited to 'server/tests/api/live')
-rw-r--r-- | server/tests/api/live/live-constraints.ts | 2 |
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 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) |