diff options
Diffstat (limited to 'server/tests/api/check-params/video-channels.ts')
-rw-r--r-- | server/tests/api/check-params/video-channels.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-channels.ts b/server/tests/api/check-params/video-channels.ts index 22e98d110..d073e28f0 100644 --- a/server/tests/api/check-params/video-channels.ts +++ b/server/tests/api/check-params/video-channels.ts | |||
@@ -19,7 +19,7 @@ describe('Test videos API validator', function () { | |||
19 | // --------------------------------------------------------------- | 19 | // --------------------------------------------------------------- |
20 | 20 | ||
21 | before(async function () { | 21 | before(async function () { |
22 | this.timeout(20000) | 22 | this.timeout(30000) |
23 | 23 | ||
24 | await flushTests() | 24 | await flushTests() |
25 | 25 | ||