Skip to content

Commit

Permalink
Merge pull request #3 from koko57/feat/27641/reassure-lhn
Browse files Browse the repository at this point in the history
fix: add timeout
  • Loading branch information
adhorodyski authored Oct 9, 2023
2 parents ff862a6 + 83588f4 commit a576aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/perf-test/SidebarLinks.perf-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import waitForBatchedUpdates from '../utils/waitForBatchedUpdates';
import wrapOnyxWithWaitForBatchedUpdates from '../utils/wrapOnyxWithWaitForBatchedUpdates';
import variables from '../../src/styles/variables';

jest.setTimeout(10000)

jest.mock('../../src/libs/Permissions');
jest.mock('../../src/libs/Navigation/Navigation');
jest.mock('../../src/components/Icon/Expensicons');
Expand Down

0 comments on commit a576aca

Please sign in to comment.