]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/bulk.ts
Increase test timeouts
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / bulk.ts
index 05762c7c2c6a92f325843c2bcd4da99f67c9b5ca..7c8b40cbe065dc52b35e358a954c6e838ee1cec6 100644 (file)
@@ -22,7 +22,7 @@ describe('Test bulk actions', function () {
   let bulkCommand: BulkCommand
 
   before(async function () {
-    this.timeout(30000)
+    this.timeout(120000)
 
     servers = await createMultipleServers(2)