-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust Test Watcher Timeout for Test Collections #83746
Conversation
cc @jakobbotsch |
Tagging subscribers to this area: @hoyosjs Issue DetailsAddresses issue #83654. This PR introduces a new environment variable,
|
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you! I will also kick off jit-cfg.
/azp run jit-cfg |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks Ivan!
Addresses issue #83654. This PR introduces a new environment variable,
__TestCollectionTimeoutMins
, which is used by the watcher in favor of__TestTimeout
. This is to have it be able to measure running time more appropriately in test collections work items.