diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts index 6e7e7b19f..46c7f5743 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts @@ -116,7 +116,7 @@ describe('Test user notifications', function () { }) it('Should send a new video notification on a remote scheduled publication', async function () { - this.timeout(50000) + this.timeout(100000) // In 2 seconds const updateAt = new Date(new Date().getTime() + 2000)