diff --git a/packages/tests/src/api/notifications/user-notifications.ts b/packages/tests/src/api/notifications/user-notifications.ts index 87913b2c1..57fddf353 100644 --- a/packages/tests/src/api/notifications/user-notifications.ts +++ b/packages/tests/src/api/notifications/user-notifications.ts @@ -281,7 +281,7 @@ describe('Test user notifications', function () { }) it('Should send a notification when the scheduled update has been proceeded', async function () { - this.timeout(70000) + this.timeout(140000) // In 2 seconds const updateAt = new Date(new Date().getTime() + 2000) diff --git a/packages/tests/src/api/videos/multiple-servers.ts b/packages/tests/src/api/videos/multiple-servers.ts index d6e09236c..239767790 100644 --- a/packages/tests/src/api/videos/multiple-servers.ts +++ b/packages/tests/src/api/videos/multiple-servers.ts @@ -1025,7 +1025,7 @@ describe('Test multiple servers', function () { describe('With minimum parameters', function () { it('Should upload and propagate the video', async function () { - this.timeout(120000) + this.timeout(240000) const path = '/api/v1/videos/upload'