1
0
Fork 0

Increase test timeout

This commit is contained in:
Chocobozzz 2022-09-14 13:39:30 +02:00
parent 4404a7c467
commit 638949c67a
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -302,7 +302,7 @@ describe('Test user notifications', function () {
}) })
it('Should not send a notification before the video is published', async function () { it('Should not send a notification before the video is published', async function () {
this.timeout(50000) this.timeout(150000)
const updateAt = new Date(new Date().getTime() + 1000000) const updateAt = new Date(new Date().getTime() + 1000000)