Skip to content

Fix browser probe navigation timeout#941

Merged
chubes4 merged 1 commit into
mainfrom
fix/browser-probe-navigation-timeout
Jun 14, 2026
Merged

Fix browser probe navigation timeout#941
chubes4 merged 1 commit into
mainfrom
fix/browser-probe-navigation-timeout

Conversation

@chubes4

@chubes4 chubes4 commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Pass the caller-declared wordpress.browser-probe timeout= budget into Playwright navigation.
  • Apply the same timeout to selector waits so slow-but-valid pages are governed by the probe budget.
  • Add a focused smoke proving a 180s timeout reaches navigation and selector waits.

Fixes #939.

Verification

  • npm run browser-probe-navigation-timeout-smoke
  • npm run build

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Implemented the timeout propagation fix, added focused smoke coverage, and ran verification commands for Chris to review.

@chubes4 chubes4 merged commit 2cd2ac2 into main Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

browser-probe timeout should drive navigation wait budget

1 participant