diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-02 08:29:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-02 08:29:15 +0200 |
commit | 3124b4690484694a21404d72cffecffbbd8513a0 (patch) | |
tree | 517f9ae365413f553a93029b132ca10e504041cf /server | |
parent | f6c1251def2701cad12cbe0b029dc705b3f9665e (diff) | |
download | PeerTube-3124b4690484694a21404d72cffecffbbd8513a0.tar.gz PeerTube-3124b4690484694a21404d72cffecffbbd8513a0.tar.zst PeerTube-3124b4690484694a21404d72cffecffbbd8513a0.zip |
Increase test timeout
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/check-params/videos-filter.ts | 2 | ||||
-rw-r--r-- | server/tests/api/videos/videos-filter.ts | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/api/check-params/videos-filter.ts b/server/tests/api/check-params/videos-filter.ts index 2391584a7..4d54a4fd0 100644 --- a/server/tests/api/check-params/videos-filter.ts +++ b/server/tests/api/check-params/videos-filter.ts | |||
@@ -35,7 +35,7 @@ async function testEndpoints (server: ServerInfo, token: string, filter: string, | |||
35 | } | 35 | } |
36 | } | 36 | } |
37 | 37 | ||
38 | describe('Test videos filters', function () { | 38 | describe('Test video filters validators', function () { |
39 | let server: ServerInfo | 39 | let server: ServerInfo |
40 | let userAccessToken: string | 40 | let userAccessToken: string |
41 | let moderatorAccessToken: string | 41 | let moderatorAccessToken: string |
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 | ||