Skip to content
Snippets Groups Projects
Commit d9c454d5 authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Increased the time again (coscine/issues#1476)

parent cb911041
Branches
Tags
1 merge request!73Hotfix/1466 project creation timeout
...@@ -18,7 +18,7 @@ namespace Coscine.Api.LegacySharePoint.Models ...@@ -18,7 +18,7 @@ namespace Coscine.Api.LegacySharePoint.Models
{ {
_httpClient = new HttpClient _httpClient = new HttpClient
{ {
Timeout = TimeSpan.FromSeconds(10) Timeout = TimeSpan.FromMinutes(30)
}; };
} }
return _httpClient; return _httpClient;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment