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/check-params | |
parent | f6c1251def2701cad12cbe0b029dc705b3f9665e (diff) | |
download | PeerTube-3124b4690484694a21404d72cffecffbbd8513a0.tar.gz PeerTube-3124b4690484694a21404d72cffecffbbd8513a0.tar.zst PeerTube-3124b4690484694a21404d72cffecffbbd8513a0.zip |
Increase test timeout
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/videos-filter.ts | 2 |
1 files changed, 1 insertions, 1 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 |