Skip to content

Increase notebook diagnostics test timeout on macOS - #1829

Merged
Dirk Bäumer (dbaeumer) merged 2 commits into
mainfrom
copilot/investigate-macos-timeout-issue
Aug 12, 2026
Merged

Increase notebook diagnostics test timeout on macOS#1829
Dirk Bäumer (dbaeumer) merged 2 commits 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.

@dbaeumer
Dirk Bäumer (dbaeumer) marked this pull request as ready for review August 10, 2026 13:11
@dbaeumer
Dirk Bäumer (dbaeumer) merged commit 404c31b into main Aug 12, 2026
7 checks passed
@dbaeumer
Dirk Bäumer (dbaeumer) deleted the copilot/investigate-macos-timeout-issue branch August 12, 2026 09:49
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.

4 participants