Skip to content

test: increase timeout in probe-failure-hang-during-evaluate#64719

Open
joyeecheung wants to merge 1 commit into
nodejs:mainfrom
joyeecheung:fix-probe-test
Open

test: increase timeout in probe-failure-hang-during-evaluate#64719
joyeecheung wants to merge 1 commit into
nodejs:mainfrom
joyeecheung:fix-probe-test

Conversation

@joyeecheung

@joyeecheung joyeecheung commented Jul 24, 2026

Copy link
Copy Markdown
Member

On slower CI machines, the probed process may take longer time to bootstrap and establish connection to. Increase the timeout so it's more likely to finish testing before timing out.

Refs: https://github.com/nodejs/reliability/blob/main/reports/2026-07-24.md

Also see the logs of https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos23-x64/66791/consoleFull where other probe tests take ~1s to finish end to end, and the logs of flaked probe-failure-hang-during-evaluate showed that it timing out before finishing testing.

On slower CI machines, the probed process may take longer time
to bootstrap and establish connection to. Increase the timeout
so it's more likely to finish testing before timing out.

Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com>
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Jul 24, 2026
@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.12%. Comparing base (5bdc82d) to head (c68fcf3).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #64719   +/-   ##
=======================================
  Coverage   90.11%   90.12%           
=======================================
  Files         743      743           
  Lines      242306   242306           
  Branches    45618    45627    +9     
=======================================
+ Hits       218366   218377   +11     
+ Misses      15445    15435   -10     
+ Partials     8495     8494    -1     

see 29 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@joyeecheung joyeecheung added the request-ci Add this label to start a Jenkins CI on a PR. label Jul 24, 2026
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 24, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants