mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove low timeouts
Default timeout is 30s
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user