diff options
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-rw-r--r-- | server/tests/api/check-params/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index 08576c3ae..fab440fc5 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -105,7 +105,7 @@ describe('Test config API validators', function () { | |||
105 | enabled: true, | 105 | enabled: true, |
106 | 106 | ||
107 | allowReplay: false, | 107 | allowReplay: false, |
108 | maxDuration: null, | 108 | maxDuration: 30, |
109 | maxInstanceLives: -1, | 109 | maxInstanceLives: -1, |
110 | maxUserLives: 50, | 110 | maxUserLives: 50, |
111 | 111 | ||