diff options
-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 bd1e4d266..ad2a2fddc 100644 --- a/server/tests/api/search/search-videos.ts +++ b/server/tests/api/search/search-videos.ts | |||
@@ -27,7 +27,7 @@ describe('Test videos search', function () { | |||
27 | let command: SearchCommand | 27 | let command: SearchCommand |
28 | 28 | ||
29 | before(async function () { | 29 | before(async function () { |
30 | this.timeout(120000) | 30 | this.timeout(240000) |
31 | 31 | ||
32 | const servers = await Promise.all([ | 32 | const servers = await Promise.all([ |
33 | createSingleServer(1), | 33 | createSingleServer(1), |