]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/search/search-videos.ts
Allow to specify transcoding and import jobs concurrency
[github/Chocobozzz/PeerTube.git] / server / tests / api / search / search-videos.ts
index 4801fe04a5050b775b806a11389c66048452631a..e05c3a2691d07641bea71746ec5b58631814066d 100644 (file)
@@ -23,7 +23,7 @@ describe('Test videos search', function () {
   let videoUUID: string
 
   before(async function () {
-    this.timeout(30000)
+    this.timeout(60000)
 
     server = await flushAndRunServer(1)