-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: fix flaky VM timeout test on Raspberry Pi #24238
Conversation
Increase the timeouts based on platform. This required adjusting common.platformTimeout() to deal with bigint. Fixes: nodejs#24120
Since this is intended to restore our CI from perma-yellow to green, I'd like to propose fast-tracking. 👍 here to approve. |
Landed in d8e06b2. Welcome back, green CI. |
Increase the timeouts based on platform. This required adjusting common.platformTimeout() to deal with bigint. Fixes: nodejs#24120 PR-URL: nodejs#24238 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Increase the timeouts based on platform. This required adjusting common.platformTimeout() to deal with bigint. Fixes: #24120 PR-URL: #24238 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Increase the timeouts based on platform. This required adjusting common.platformTimeout() to deal with bigint. Fixes: nodejs#24120 PR-URL: nodejs#24238 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]>
@Trott do you think you could backport this to |
@codebytere This will land cleanly after 5e5a945 and 095a602 are cherry-picked into the After cherry-picking those two and then this commit, you probably then want to cherry-pick 9e33e86 to maximize the likelihood that your tests won't fail. The lts-watch label on those two earlier PRs (for those first two commits above) can be removed IMO but you probably want to land all four of these commits one right after the other. They represent us working out kinks in the test over time and by landing them all together, you minimize problems you will have with test unreliability. |
Fixes: #24120
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes