Increase test timeout

pull/5004/head
Chocobozzz 2022-05-20 17:12:00 +02:00
parent c2b1ffa7c7
commit 10178c47d0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ describe('Test user notifications', function () {
})
it('Should not send a new video notification when a remote video becomes unlisted', async function () {
this.timeout(50000)
this.timeout(100000)
const data = { privacy: VideoPrivacy.PRIVATE }
const { name, uuid, shortUUID } = await uploadRandomVideoOnServers(servers, 2, data)