Increase timeout

pull/5338/head
Chocobozzz 2022-10-04 14:57:11 +02:00
parent 7dd7ff4ceb
commit 9b99d32804
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ describe('Test videos filter', function () {
})
it('Should display only remote videos', async function () {
this.timeout(40000)
this.timeout(120000)
await servers[1].videos.upload({ attributes: { name: 'remote video' } })