diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/videos/videos-common-filters.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/videos-common-filters.ts b/server/tests/api/videos/videos-common-filters.ts index 7151e1bda..e7fc15e42 100644 --- a/server/tests/api/videos/videos-common-filters.ts +++ b/server/tests/api/videos/videos-common-filters.ts | |||
@@ -23,7 +23,7 @@ describe('Test videos filter', function () { | |||
23 | // --------------------------------------------------------------- | 23 | // --------------------------------------------------------------- |
24 | 24 | ||
25 | before(async function () { | 25 | before(async function () { |
26 | this.timeout(160000) | 26 | this.timeout(240000) |
27 | 27 | ||
28 | servers = await createMultipleServers(2) | 28 | servers = await createMultipleServers(2) |
29 | 29 | ||