1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

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
No known key found for this signature in database
GPG key ID: 583A612D890159BE
32 changed files with 2 additions and 162 deletions

View file

@ -60,8 +60,6 @@ describe('Test HLS videos', function () {
})
it('Should delete videos', async function () {
this.timeout(10000)
for (const uuid of videoUUIDs) {
await servers[0].videos.remove({ id: uuid })
}