Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Dec 12, 2022
1 parent 372f8a4 commit 9b6c9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/tests/api/notifications/user-notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 9b6c9b5

Please sign in to comment.