# InProcessTestCluster.GetLivenessStabilizationTime(ClusterMembershipOptions, bool)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesstestcluster/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesstestcluster/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/InProcTestCluster.cs#L407-L422)

```csharp
public static TimeSpan GetLivenessStabilizationTime(ClusterMembershipOptions clusterMembershipOptions, bool didKill = false)
```

Get the timeout value to use to wait for the silo liveness sub-system to detect and act on any recent cluster membership changes.

### Parameters

- `clusterMembershipOptions` (`ClusterMembershipOptions`)
- `didKill` (`bool`)
