]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/cli/peertube.ts
Add redundancy CLI doc
[github/Chocobozzz/PeerTube.git] / server / tests / cli / peertube.ts
index 09cbcdb6581e82026f15ea06387533f1b839b576..15b6755f22d1338622944afcd77fd3d5abc75f6c 100644 (file)
@@ -277,6 +277,12 @@ describe('Test CLI wrapper', function () {
         expect(stdout).to.not.contain('super video')
       }
     })
+
+    after(async function () {
+      this.timeout(10000)
+
+      await cleanupTests([ anotherServer ])
+    })
   })
 
   after(async function () {