diff options
-rw-r--r-- | server/tests/api/notifications/user-notifications.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 () { | |||
247 | }) | 247 | }) |
248 | 248 | ||
249 | it('Should send a notification even if the video is not transcoded in other resolutions', async function () { | 249 | it('Should send a notification even if the video is not transcoded in other resolutions', async function () { |
250 | this.timeout(50000) | 250 | this.timeout(100_000) |
251 | 251 | ||
252 | const { name, shortUUID } = await uploadRandomVideoOnServers(servers, 2, { waitTranscoding: true, fixture: 'video_short_240p.mp4' }) | 252 | const { name, shortUUID } = await uploadRandomVideoOnServers(servers, 2, { waitTranscoding: true, fixture: 'video_short_240p.mp4' }) |
253 | await waitJobs(servers) | 253 | await waitJobs(servers) |
@@ -256,7 +256,7 @@ describe('Test user notifications', function () { | |||
256 | }) | 256 | }) |
257 | 257 | ||
258 | it('Should send a notification with a transcoded video', async function () { | 258 | it('Should send a notification with a transcoded video', async function () { |
259 | this.timeout(50000) | 259 | this.timeout(100_000) |
260 | 260 | ||
261 | const { name, shortUUID } = await uploadRandomVideoOnServers(servers, 2, { waitTranscoding: true }) | 261 | const { name, shortUUID } = await uploadRandomVideoOnServers(servers, 2, { waitTranscoding: true }) |
262 | await waitJobs(servers) | 262 | await waitJobs(servers) |