Skip to content

Commit

Permalink
Increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Oct 26, 2023
1 parent a2d5c2d commit 09ab8e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tests/src/api/notifications/user-notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/src/api/videos/multiple-servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 09ab8e5

Please sign in to comment.