diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-17 16:42:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-17 16:43:05 +0200 |
commit | e901579b00fbcd8fc0f7b45fd841636329148a34 (patch) | |
tree | 9dcfb17e3004469c96904bfc7f2136eb4fbe637f /server/tests/api/search | |
parent | f86ff3a02642263ac64db5d5fba4059db0092561 (diff) | |
download | PeerTube-e901579b00fbcd8fc0f7b45fd841636329148a34.tar.gz PeerTube-e901579b00fbcd8fc0f7b45fd841636329148a34.tar.zst PeerTube-e901579b00fbcd8fc0f7b45fd841636329148a34.zip |
Fix tests
Diffstat (limited to 'server/tests/api/search')
-rw-r--r-- | server/tests/api/search/search-videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/search/search-videos.ts b/server/tests/api/search/search-videos.ts index 5e85e3aa7..66c462942 100644 --- a/server/tests/api/search/search-videos.ts +++ b/server/tests/api/search/search-videos.ts | |||
@@ -26,7 +26,7 @@ describe('Test videos search', function () { | |||
26 | let command: SearchCommand | 26 | let command: SearchCommand |
27 | 27 | ||
28 | before(async function () { | 28 | before(async function () { |
29 | this.timeout(240000) | 29 | this.timeout(360000) |
30 | 30 | ||
31 | const servers = await Promise.all([ | 31 | const servers = await Promise.all([ |
32 | createSingleServer(1), | 32 | createSingleServer(1), |