Skip to content

Commit

Permalink
Add timeout to form-test in editcareteam
Browse files Browse the repository at this point in the history
  • Loading branch information
mutuajames committed Jun 29, 2023
1 parent 35d24c3 commit 794bae2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jest.mock('antd', () => {
};
});

jest.setTimeout(10000);

jest.mock('@opensrp/notifications', () => ({
__esModule: true,
...Object.assign({}, jest.requireActual('@opensrp/notifications')),
Expand Down

0 comments on commit 794bae2

Please sign in to comment.