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/tests/api/videos | |
parent | f6c1251def2701cad12cbe0b029dc705b3f9665e (diff) | |
download | PeerTube-3124b4690484694a21404d72cffecffbbd8513a0.tar.gz PeerTube-3124b4690484694a21404d72cffecffbbd8513a0.tar.zst PeerTube-3124b4690484694a21404d72cffecffbbd8513a0.zip |
Increase test timeout
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 | ||