Skip to content

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

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
joyeecheung:fix-probe-test
Aug 6, 2026
Merged

test: increase timeout in probe-failure-hang-during-evaluate#64719
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
joyeecheung:fix-probe-test

Conversation

@joyeecheung

@joyeecheungjoyeecheung 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-botnodejs-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

codecovBot 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 206 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.

@joyeecheungjoyeecheung added the request-ci Add this label to start a Jenkins CI on a PR. label Jul 24, 2026
@github-actionsgithub-actionsBot 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

@joyeecheungjoyeecheung added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2026
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@joyeecheungjoyeecheung added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 6, 2026
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 6, 2026
@nodejs-github-bot
nodejs-github-bot merged commit fd06ed6 into nodejs:mainAug 6, 2026
79 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in fd06ed6

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

Labels

needs-ciPRs that need a full CI run.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@joyeecheung@nodejs-github-bot@lpinca@legendecas@avivkeller