Remove low timeouts

Default timeout is 30s
This commit is contained in:
Chocobozzz
2023-05-22 09:20:28 +02:00
parent 679f8800cd
commit 33b91e53d2
32 changed files with 2 additions and 162 deletions

View File

@@ -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)
}