# ReminderOptions.InitializationTimeout

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.hosting.reminderoptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.hosting.reminderoptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/Options/ReminderOptions.cs)

```csharp
public TimeSpan InitializationTimeout
```

Gets or sets the maximum amount of time to attempt to initialize reminders before giving up.

### Value

Attempt to initialize for 5 minutes before giving up by default.
