Increase test timeout

pull/5256/head
Chocobozzz 2022-09-13 08:42:31 +02:00
parent e1e823faaa
commit aac7f4304d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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)