Skip to content

Commit de3472e

Browse files
MelvinBotQichenZhu
andcommitted
Lower PaginationTest per-test timeout to 240s (2x original) per review
Co-authored-by: Qichen Zhu <QichenZhu@users.noreply.github.com>
1 parent 6378cd4 commit de3472e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ui/PaginationTest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import waitForBatchedUpdatesWithAct from '../utils/waitForBatchedUpdatesWithAct'
1919
import waitForNetworkPromises from '../utils/waitForNetworkPromises';
2020

2121
// We need a large timeout here as we are lazy loading React Navigation screens and this test is running against the entire mounted App
22-
jest.setTimeout(600000);
22+
jest.setTimeout(240000);
2323

2424
jest.mock('@libs/BootSplash', () => ({
2525
hide: jest.fn().mockResolvedValue(undefined),

0 commit comments

Comments
 (0)