From e669ff58736e919cbc300e1880d995006592fa0c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Jan 2020 13:57:04 +0100 Subject: Add redundancy CLI doc --- server/tests/cli/peertube.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'server/tests/cli/peertube.ts') diff --git a/server/tests/cli/peertube.ts b/server/tests/cli/peertube.ts index 09cbcdb65..15b6755f2 100644 --- a/server/tests/cli/peertube.ts +++ b/server/tests/cli/peertube.ts @@ -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 () { -- cgit v1.2.3