From 33b91e53d21fba295ecf516b717fb36e91990771 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 22 May 2023 09:20:28 +0200 Subject: Remove low timeouts Default timeout is 30s --- server/tests/cli/peertube.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'server/tests/cli') 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 () { }) after(async function () { - this.timeout(10000) - await cleanupTests([ anotherServer ]) }) }) after(async function () { - this.timeout(10000) - await cleanupTests([ server ]) }) }) -- cgit v1.2.3