Update connection timeout in test configs to match pipeline values#3133
Merged
Aniruddh25 merged 2 commits intodev/anmunde/increaseTimeoutfrom Feb 15, 2026
Merged
Update connection timeout in test configs to match pipeline values#3133Aniruddh25 merged 2 commits intodev/anmunde/increaseTimeoutfrom
Aniruddh25 merged 2 commits intodev/anmunde/increaseTimeoutfrom
Conversation
Co-authored-by: Aniruddh25 <3513779+Aniruddh25@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update connection timeout in DW/MSSQL pipelines based on feedback
Update connection timeout in test configs to match pipeline values
Feb 15, 2026
Aniruddh25
approved these changes
Feb 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why make this change?
Addresses review feedback from #3132 requesting consistency between pipeline and test configuration connection timeout values. Pipeline configs were updated to use 30-second timeouts, but test configs still used 5 seconds.
What is this change?
Updated
Connection Timeoutparameter from 5 to 30 seconds in three test configuration files:src/Service.Tests/dab-config.MsSql.jsonsrc/Service.Tests/dab-config.DwSql.jsonsrc/Service.Tests/Multidab-config.MsSql.jsonThis aligns test configurations with pipeline configurations (
.pipelines/mssql-pipelines.yml,.pipelines/dwsql-pipelines.yml) to ensure consistent timeout behavior across test and CI environments.How was this tested?
Configuration changes only - no functional code changes requiring new tests.
Sample Request(s)
N/A - Configuration changes only.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.