]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/plugin-helpers.ts
Increase test timeout
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / plugin-helpers.ts
index c0d95e1e0cad3f251d8dae877e8376e79cfce66a..a585e30200f0c3d7c9b5e70a30a2af12420d6167 100644 (file)
@@ -180,7 +180,7 @@ describe('Test plugin helpers', function () {
     })
 
     it('Should remove a video after a view', async function () {
-      this.timeout(20000)
+      this.timeout(40000)
 
       // Should not throw -> video exists
       await getVideo(servers[0].url, videoUUID)