]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/videos/video-transcoder.ts
Add tests for emails
[github/Chocobozzz/PeerTube.git] / server / tests / api / videos / video-transcoder.ts
index 9ce2ae1900aa334eb6bd37b7ab076baa7f820587..c494e7f677c2140f0bfb654217a91c2ea0b239ff 100644 (file)
@@ -13,7 +13,7 @@ describe('Test video transcoding', function () {
   let servers: ServerInfo[] = []
 
   before(async function () {
-    this.timeout(10000)
+    this.timeout(30000)
 
     // Run servers
     servers = await flushAndRunMultipleServers(2)