Skip to content

Commit

Permalink
Increase timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLin0991 committed Aug 21, 2024
1 parent 4e32236 commit 7948bd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ describe('RateDetails', () => {
const rateCertsAfterAddAnother = rateCertifications(screen)
expect(rateCertsAfterAddAnother).toHaveLength(1)
})
}, 10000)
}, 15000)

it('accepts documents on second rate', async () => {
renderWithProviders(
Expand Down

0 comments on commit 7948bd0

Please sign in to comment.