Skip to content

Commit

Permalink
test: change routes test timeout to 15 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Jun 13, 2024
1 parent b251a4f commit d1445f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Question/question.routes.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ describe('question.routes', () => {
},
)
},
{ timeout: 10000 },
{ timeout: 15000 },
)
})

Expand Down

0 comments on commit d1445f7

Please sign in to comment.