]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/videos/videos-filter.ts
Introduce blacklist command
[github/Chocobozzz/PeerTube.git] / server / tests / api / videos / videos-filter.ts
index 2961c8e788120030c0611ac3eaafacf167a693b6..7428b82c57cc99e8e758026bff7b8d1100ba6ebd 100644 (file)
@@ -47,13 +47,13 @@ async function getVideosNames (server: ServerInfo, token: string, filter: string
   return videosResults
 }
 
-describe('Test videos filter validator', function () {
+describe('Test videos filter', function () {
   let servers: ServerInfo[]
 
   // ---------------------------------------------------------------
 
   before(async function () {
-    this.timeout(120000)
+    this.timeout(160000)
 
     servers = await flushAndRunMultipleServers(2)