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