diff --git a/src/__tests__/patients/related-persons/RelatedPersonsTab.test.tsx b/src/__tests__/patients/related-persons/RelatedPersonsTab.test.tsx index e206e46fcf..a980af0bd2 100644 --- a/src/__tests__/patients/related-persons/RelatedPersonsTab.test.tsx +++ b/src/__tests__/patients/related-persons/RelatedPersonsTab.test.tsx @@ -176,7 +176,7 @@ describe('Related Persons Tab', () => { expect(screen.getByRole('cell', { name: newRelatedPerson.givenName })).toBeInTheDocument() expect(screen.getByRole('cell', { name: /new relationship/i })).toBeInTheDocument() }) - }, 15000) + }, 30000) }) describe('Table', () => {