Skip to content

Commit 83588f4

Browse files
committed
fix: add timeout
1 parent c49f3c5 commit 83588f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
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)