Skip to content

Commit

Permalink
Increase timeout for converter tests to improve stability
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Dec 25, 2024
1 parent ee5a420 commit 9b2c062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ describe('Converter', () => {
expect(width).toBe(640)
expect(height).toBe(360)
},
timeout
timeout * 1.5
)
})

Expand Down

0 comments on commit 9b2c062

Please sign in to comment.