diff options
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r-- | server/tests/api/videos/videos-filter.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/videos/videos-filter.ts b/server/tests/api/videos/videos-filter.ts index 2961c8e78..7428b82c5 100644 --- a/server/tests/api/videos/videos-filter.ts +++ b/server/tests/api/videos/videos-filter.ts | |||
@@ -47,13 +47,13 @@ async function getVideosNames (server: ServerInfo, token: string, filter: string | |||
47 | return videosResults | 47 | return videosResults |
48 | } | 48 | } |
49 | 49 | ||
50 | describe('Test videos filter validator', function () { | 50 | describe('Test videos filter', function () { |
51 | let servers: ServerInfo[] | 51 | let servers: ServerInfo[] |
52 | 52 | ||
53 | // --------------------------------------------------------------- | 53 | // --------------------------------------------------------------- |
54 | 54 | ||
55 | before(async function () { | 55 | before(async function () { |
56 | this.timeout(120000) | 56 | this.timeout(160000) |
57 | 57 | ||
58 | servers = await flushAndRunMultipleServers(2) | 58 | servers = await flushAndRunMultipleServers(2) |
59 | 59 | ||