From 4e7e44654161e9af6e12a2c0a9f9c63de7e67978 Mon Sep 17 00:00:00 2001 From: Braydon Hall <40751395+nobrayner@users.noreply.github.com> Date: Thu, 14 Jan 2021 16:40:03 +1100 Subject: [PATCH] fix: increase timeout --- .../patients/related-persons/RelatedPersonsTab.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', () => {