Extend timeout when waiting for service status#106998
Merged
Conversation
Member
Author
|
Probably any test that starts up another process (Remote Executor, service, etc) is going to be slow in these pipelines. IIUC they are forcing the JIT to do more work which I can imagine will cause problems at process startup. Most of our tests don't measure process startup since they are already running in the xunit host, but some like this launch a new process. |
tarekgh
approved these changes
Aug 27, 2024
ViktorHofer
approved these changes
Aug 27, 2024
Open
3 tasks
Member
Author
|
Helix was backed up, things seem to be working now. Hopefully this will pass and make it in. |
Member
Author
|
/backport to release/9.0 |
Contributor
|
Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/10604241678 |
4 tasks
jtschuster
pushed a commit
to jtschuster/runtime
that referenced
this pull request
Sep 17, 2024
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fix #103548
Wait for up to 3 minutes for the service status to change.
These tests were timing out in the JIT stress pipeline. Give them more time for the service to start up before failing.
cc @JulieLeeMSFT @mikelle-rogers