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

Commit

Permalink
fix: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nobrayner authored Jan 14, 2021
1 parent 998a785 commit 4e7e446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 4e7e446

Please sign in to comment.