]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout
authorChocobozzz <me@florianbigard.com>
Wed, 28 Jul 2021 09:13:36 +0000 (11:13 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 28 Jul 2021 09:13:36 +0000 (11:13 +0200)
server/tests/api/search/search-channels.ts
server/tests/api/search/search-playlists.ts

index d3b0f4321bbaa841c50451f2cbf0f061ecc6c143..aab03bfd13dc9c2d46425b666a361188300881da 100644 (file)
@@ -20,7 +20,7 @@ describe('Test channels 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 } })
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 } })