Skip to content

Commit a576aca

Browse files
authored
Merge pull request #3 from koko57/feat/27641/reassure-lhn
fix: add timeout
2 parents ff862a6 + 83588f4 commit a576aca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/perf-test/SidebarLinks.perf-test.js

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import waitForBatchedUpdates from '../utils/waitForBatchedUpdates';
99
import wrapOnyxWithWaitForBatchedUpdates from '../utils/wrapOnyxWithWaitForBatchedUpdates';
1010
import variables from '../../src/styles/variables';
1111

12+
jest.setTimeout(10000)
13+
1214
jest.mock('../../src/libs/Permissions');
1315
jest.mock('../../src/libs/Navigation/Navigation');
1416
jest.mock('../../src/components/Icon/Expensicons');

0 commit comments

Comments
 (0)