Skip to content

Commit

Permalink
fix(test): increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Jan 22, 2025
1 parent 52e8859 commit e1701d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ describe('deriveSearchWeightsFromType', () => {
})
})

it('works for schemas that branch out a lot', () => {
it('works for schemas that branch out a lot', {timeout: 10_000}, () => {
// schema of 60 "components" with 10 fields each
const range = [...Array(60).keys()]

Expand Down

0 comments on commit e1701d5

Please sign in to comment.