Skip to content
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

Add support for environment timeout multiplier in remote operation #15215

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

yurai007
Copy link
Contributor

@yurai007 yurai007 commented Nov 4, 2024

This patch implements solution suggested in dotnet/runtime#108879

Part of #84834
cc @dotnet/samsung

@jkotas jkotas merged commit d341d10 into dotnet:main Nov 5, 2024
11 checks passed
/// <summary>
/// A timeout (milliseconds) after which a wait on a remote operation should be considered a failure.
/// </summary>
public static int FailWaitTimeoutMilliseconds
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just note that this is a breaking change for whoever used the FailWaitTimeoutMilliseconds constant previously in a constant fashion, i.e. on an attribute. I.e. runtime needs to react to this change: https://github.com/dotnet/runtime/pull/109544/files/8e1114ef84b749149d6810186af9eedb5a5892a9..6f3c71addbe11fc998fbec4477435daaf9efee81

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.

3 participants