Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
test(view-patient): increase test timeout to get test passing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nobrayner committed Dec 22, 2020
1 parent c8549f9 commit b9026e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/patients/view/ViewPatient.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,5 +357,5 @@ describe('ViewPatient', () => {
expect(history.location.pathname).toEqual(`/patients/${patient.id}/care-goals`)
expect(careGoalsTab.prop('active')).toBeTruthy()
expect(careGoalsTab).toHaveLength(1)
})
}, 20000)
})

0 comments on commit b9026e4

Please sign in to comment.