Skip to content

Commit

Permalink
Increase Jest test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Oct 30, 2024
1 parent de42f2e commit c1bce3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/PaginationTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import waitForBatchedUpdates from '../utils/waitForBatchedUpdates';
import waitForBatchedUpdatesWithAct from '../utils/waitForBatchedUpdatesWithAct';

// We need a large timeout here as we are lazy loading React Navigation screens and this test is running against the entire mounted App
jest.setTimeout(30000);
jest.setTimeout(60000);

jest.mock('@react-navigation/native');
jest.mock('../../src/libs/Notification/LocalNotification');
Expand Down

0 comments on commit c1bce3d

Please sign in to comment.