Increase test timeout
This commit is contained in:
parent
e1e823faaa
commit
aac7f4304d
|
@ -158,7 +158,7 @@ describe('Test user notifications', function () {
|
|||
})
|
||||
|
||||
it('Should send a new video notification when a remote video becomes public', async function () {
|
||||
this.timeout(50000)
|
||||
this.timeout(120000)
|
||||
|
||||
const data = { privacy: VideoPrivacy.PRIVATE }
|
||||
const { name, uuid, shortUUID } = await uploadRandomVideoOnServers(servers, 2, data)
|
||||
|
|
Loading…
Reference in New Issue