diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-28 11:13:36 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-28 11:13:36 +0200 |
commit | 7bb52934b783bb9df914e0ea2488c277bdb52166 (patch) | |
tree | 655bfd614d10cf24e979be5b73db08b6dc4a9765 /server/tests | |
parent | 28be9d1d3ee92db7c9fd84c82e4ea20900eab0f5 (diff) | |
download | PeerTube-7bb52934b783bb9df914e0ea2488c277bdb52166.tar.gz PeerTube-7bb52934b783bb9df914e0ea2488c277bdb52166.tar.zst PeerTube-7bb52934b783bb9df914e0ea2488c277bdb52166.zip |
Increase test timeout
Diffstat (limited to 'server/tests')
-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 } }) |