forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase retry duration from 3 to 5 seconds in RSC HMR cache tests (v…
…ercel#70467) The compilation for HMR changes often takes around 3 seconds in CI, so we need to increase the duration for the `retry` calls to avoid flakiness. [This test run](https://github.com/vercel/next.js/actions/runs/11036231635/job/30654233890) shows that it sometimes barely finishes the compilation before the timeout: <img width="467" alt="Screenshot 2024-10-11 at 19 14 41" src="https://github.com/user-attachments/assets/faae5593-3b03-4085-b3e6-54eff5c514bc"> ... and sometimes it doesn't: <img width="591" alt="Screenshot 2024-10-11 at 19 22 48" src="https://github.com/user-attachments/assets/4441b700-6c79-42dc-bdb6-abf29d7ceeec">
- Loading branch information
1 parent
8decfbb
commit 5c194b2
Showing
1 changed file
with
52 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters