Skip to content

Commit 684eb6b

Browse files
committed
Restore previous SessionTest timeout values
1 parent 8e2b9a7 commit 684eb6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ui/SessionTest.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ describe('Deep linking', () => {
167167
await waitForBatchedUpdatesWithAct();
168168
await waitForNetworkPromises();
169169
},
170-
3 * 60 * 1000,
170+
4 * 60 * 1000,
171171
);
172172

173173
// This test renders the full App three times, so it runs significantly longer than
@@ -220,6 +220,6 @@ describe('Deep linking', () => {
220220
await waitForBatchedUpdatesWithAct();
221221
await waitForNetworkPromises();
222222
},
223-
3 * 60 * 1000,
223+
4 * 60 * 1000,
224224
);
225225
});

0 commit comments

Comments
 (0)