]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/video-transcoder.ts
Handle blacklist (#84)
[github/Chocobozzz/PeerTube.git] / server / tests / api / video-transcoder.ts
index 228cef007537c30d7a3a3994724affec96113979..c6d4c61f5b7676fea295c9c8d42149ece74a9a01 100644 (file)
@@ -20,7 +20,7 @@ describe('Test video transcoding', function () {
   let servers: ServerInfo[] = []
 
   before(async function () {
-    this.timeout(30000)
+    this.timeout(60000)
 
     // Run servers
     servers = await flushAndRunMultipleServers(2)