Increase timeout
This commit is contained in:
parent
7dd7ff4ceb
commit
9b99d32804
1 changed files with 1 additions and 1 deletions
|
@ -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' } })
|
||||
|
||||
|
|
Loading…
Reference in a new issue