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

Commit ea1b027

Browse files
committed
extend timeout time
1 parent 199e5aa commit ea1b027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const aUser = {
3333
// Extend the timeout, as we are getting failed test because of timeout
3434
// This is due to an increase in Emotion 11 render speed
3535
// TODO: remove once we have mitigated Emotion 11 render speed
36-
jest.setTimeout(15000);
36+
jest.setTimeout(20000);
3737

3838
describe('App', () => {
3939
it('should expand when view more button is clicked', async () => {

0 commit comments

Comments
 (0)