You can increase the amount of time until the application times out when it's starting or processing larger database queries.
The timeout can be increased by adjusting the setting below in the GeoMan.Module\Custom\module.config.Custom.xaml file in the installation directory:
<Setting Name="SetTimeoutInSeconds" Value="180" />
In the example above, the timeout is increased to 180 seconds.