]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/cli/peertube.ts
Update angular
[github/Chocobozzz/PeerTube.git] / server / tests / cli / peertube.ts
index 400d5867c07115737c7374dc3d18835688921115..ad14fde9131806b080a00a692bb8391e358dcbf2 100644 (file)
@@ -321,15 +321,11 @@ describe('Test CLI wrapper', function () {
     })
 
     after(async function () {
-      this.timeout(10000)
-
       await cleanupTests([ anotherServer ])
     })
   })
 
   after(async function () {
-    this.timeout(10000)
-
     await cleanupTests([ server ])
   })
 })