Skip to content

Commit

Permalink
Update timeout values in some Converter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 15, 2025
1 parent 8ec258a commit 8b02833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ describe('Converter', () => {
expect(secondCall[1]).toBeInstanceOf(Buffer)
expect((secondCall[1] as Buffer).length).toBeLessThan(jpeg.length)
},
timeout
timeoutLarge
)
})

Expand Down Expand Up @@ -1315,7 +1315,7 @@ describe('Converter', () => {
expect(secondCall[1]).toBeInstanceOf(Buffer)
expect((secondCall[1] as Buffer).length).toBeLessThan(jpeg.length)
},
timeout
timeoutLarge
)
})
})
Expand Down

0 comments on commit 8b02833

Please sign in to comment.