Skip to content

Increase notebook diagnostics test timeout on macOS - #1829

Draft
rzhao271 with Copilot wants to merge 1 commit into
mainfrom
copilot/investigate-macos-timeout-issue
Draft

Increase notebook diagnostics test timeout on macOS#1829
rzhao271 with Copilot wants to merge 1 commit into
mainfrom
copilot/investigate-macos-timeout-issue

Conversation

Copilot AI commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

The notebook pull-diagnostics integration test can exceed Mocha’s 2-second default on macOS due to asynchronous VS Code and language-server IPC.

Changes

  • Increase the test-specific timeout to 5 seconds, consistent with other timing-sensitive integration tests:
}).timeout(5000);

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

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.

2 participants