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

Commit

Permalink
extend timout jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
liywjl committed Mar 1, 2021
1 parent a5d8552 commit df4a494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ const aUser = {
},
};

// Extend the timeout, as we are getting failed test because of timeout
jest.setTimeout(30000);

describe('App', () => {
it('should expand when view more button is clicked', async () => {
render(
Expand Down

0 comments on commit df4a494

Please sign in to comment.