From 9b6c9b5ae64cce9d9b3cd1bed8546f4f1725cb79 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 12 Dec 2022 16:16:27 +0100 Subject: Increase timeout --- server/tests/api/notifications/user-notifications.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server') diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts index c6087b1eb..f945cb6a8 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts @@ -247,7 +247,7 @@ describe('Test user notifications', function () { }) it('Should send a notification even if the video is not transcoded in other resolutions', async function () { - this.timeout(50000) + this.timeout(100_000) const { name, shortUUID } = await uploadRandomVideoOnServers(servers, 2, { waitTranscoding: true, fixture: 'video_short_240p.mp4' }) await waitJobs(servers) @@ -256,7 +256,7 @@ describe('Test user notifications', function () { }) it('Should send a notification with a transcoded video', async function () { - this.timeout(50000) + this.timeout(100_000) const { name, shortUUID } = await uploadRandomVideoOnServers(servers, 2, { waitTranscoding: true }) await waitJobs(servers) -- cgit v1.2.3