]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/search/search-playlists.ts
Increase test timeout
[github/Chocobozzz/PeerTube.git] / server / tests / api / search / search-playlists.ts
index c3b318f5b480f8bab68452a7a4bf91551a64b0c5..e7e53ff411afee0b1b2a88f9273b9b2975f1fa20 100644 (file)
@@ -21,7 +21,7 @@ describe('Test playlists search', function () {
   let command: SearchCommand
 
   before(async function () {
-    this.timeout(30000)
+    this.timeout(120000)
 
     server = await createSingleServer(1)
     remoteServer = await createSingleServer(2, { transcoding: { enabled: false } })