aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli/peertube.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/cli/peertube.ts')
-rw-r--r--server/tests/cli/peertube.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/tests/cli/peertube.ts b/server/tests/cli/peertube.ts
index 400d5867c..ad14fde91 100644
--- a/server/tests/cli/peertube.ts
+++ b/server/tests/cli/peertube.ts
@@ -321,15 +321,11 @@ describe('Test CLI wrapper', function () {
321 }) 321 })
322 322
323 after(async function () { 323 after(async function () {
324 this.timeout(10000)
325
326 await cleanupTests([ anotherServer ]) 324 await cleanupTests([ anotherServer ])
327 }) 325 })
328 }) 326 })
329 327
330 after(async function () { 328 after(async function () {
331 this.timeout(10000)
332
333 await cleanupTests([ server ]) 329 await cleanupTests([ server ])
334 }) 330 })
335}) 331})