diff --git a/src/NzbDrone.Core/Download/Clients/Deluge/DelugeProxy.cs b/src/NzbDrone.Core/Download/Clients/Deluge/DelugeProxy.cs index a85bfecd2..1bf315c1c 100644 --- a/src/NzbDrone.Core/Download/Clients/Deluge/DelugeProxy.cs +++ b/src/NzbDrone.Core/Download/Clients/Deluge/DelugeProxy.cs @@ -243,7 +243,7 @@ private IRestClient BuildClient(DelugeSettings settings) } var restClient = RestClientFactory.BuildClient(url); - restClient.Timeout = 4000; + restClient.Timeout = 15000; if (_authPassword != settings.Password || _authCookieContainer == null) {