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:
parent
679f8800cd
commit
33b91e53d2
32 changed files with 2 additions and 162 deletions
|
@ -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 })
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue