# MessagingOptions.ResponseTimeout

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.configuration.messagingoptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.configuration.messagingoptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Configuration/Options/MessagingOptions.cs)

```csharp
public TimeSpan ResponseTimeout
```

Gets or sets the default timeout before a request is assumed to have failed.

### Value

Requests will timeout after 30 seconds by default.
