aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/search/search-playlists.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-28 11:13:36 +0200
committerChocobozzz <me@florianbigard.com>2021-07-28 11:13:36 +0200
commit7bb52934b783bb9df914e0ea2488c277bdb52166 (patch)
tree655bfd614d10cf24e979be5b73db08b6dc4a9765 /server/tests/api/search/search-playlists.ts
parent28be9d1d3ee92db7c9fd84c82e4ea20900eab0f5 (diff)
downloadPeerTube-7bb52934b783bb9df914e0ea2488c277bdb52166.tar.gz
PeerTube-7bb52934b783bb9df914e0ea2488c277bdb52166.tar.zst
PeerTube-7bb52934b783bb9df914e0ea2488c277bdb52166.zip
Increase test timeout
Diffstat (limited to 'server/tests/api/search/search-playlists.ts')
-rw-r--r--server/tests/api/search/search-playlists.ts2
1 files changed, 1 insertions, 1 deletions
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 } })