diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/search/search-channels.ts | 2 | ||||
-rw-r--r-- | server/tests/api/search/search-playlists.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/search/search-channels.ts b/server/tests/api/search/search-channels.ts index d3b0f4321..aab03bfd1 100644 --- a/server/tests/api/search/search-channels.ts +++ b/server/tests/api/search/search-channels.ts | |||
@@ -20,7 +20,7 @@ describe('Test channels search', function () { | |||
20 | let command: SearchCommand | 20 | let command: SearchCommand |
21 | 21 | ||
22 | before(async function () { | 22 | before(async function () { |
23 | this.timeout(30000) | 23 | this.timeout(120000) |
24 | 24 | ||
25 | server = await createSingleServer(1) | 25 | server = await createSingleServer(1) |
26 | remoteServer = await createSingleServer(2, { transcoding: { enabled: false } }) | 26 | remoteServer = await createSingleServer(2, { transcoding: { enabled: false } }) |
diff --git a/server/tests/api/search/search-playlists.ts b/server/tests/api/search/search-playlists.ts index c3b318f5b..e7e53ff41 100644 --- a/server/tests/api/search/search-playlists.ts +++ b/server/tests/api/search/search-playlists.ts | |||
@@ -21,7 +21,7 @@ describe('Test playlists search', function () { | |||
21 | let command: SearchCommand | 21 | let command: SearchCommand |
22 | 22 | ||
23 | before(async function () { | 23 | before(async function () { |
24 | this.timeout(30000) | 24 | this.timeout(120000) |
25 | 25 | ||
26 | server = await createSingleServer(1) | 26 | server = await createSingleServer(1) |
27 | remoteServer = await createSingleServer(2, { transcoding: { enabled: false } }) | 27 | remoteServer = await createSingleServer(2, { transcoding: { enabled: false } }) |