diff options
Diffstat (limited to 'server/tests/api/check-params/video-abuses.ts')
-rw-r--r-- | server/tests/api/check-params/video-abuses.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-abuses.ts b/server/tests/api/check-params/video-abuses.ts index 68e2ce786..68b965bbe 100644 --- a/server/tests/api/check-params/video-abuses.ts +++ b/server/tests/api/check-params/video-abuses.ts | |||
@@ -15,7 +15,7 @@ describe('Test video abuses API validators', function () { | |||
15 | // --------------------------------------------------------------- | 15 | // --------------------------------------------------------------- |
16 | 16 | ||
17 | before(async function () { | 17 | before(async function () { |
18 | this.timeout(20000) | 18 | this.timeout(30000) |
19 | 19 | ||
20 | await flushTests() | 20 | await flushTests() |
21 | 21 | ||