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/shared/directories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/shared') diff --git a/server/tests/shared/directories.ts b/server/tests/shared/directories.ts index 22578bc0e..5ad12d78a 100644 --- a/server/tests/shared/directories.ts +++ b/server/tests/shared/directories.ts @@ -39,5 +39,5 @@ export async function checkPeerTubeRunnerCacheIsEmpty (runner: PeerTubeRunnerPro const files = await readdir(directoryPath) - expect(files).to.have.lengthOf(0) + expect(files, 'Directory content: ' + files.join(', ')).to.have.lengthOf(0) } -- cgit v1.2.3