wyq hai 1 ano
pai
achega
4205074539
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      XdCxRhDW.Core/HttpHelper.cs

+ 1 - 1
XdCxRhDW.Core/HttpHelper.cs

@@ -40,7 +40,7 @@ namespace XdCxRhDW.Core
         {
             var handler = new HttpClientHandler() { UseCookies = false };
             HttpClient client = new HttpClient(handler);
-            client.Timeout = TimeSpan.FromSeconds(10);
+            client.Timeout = TimeSpan.FromSeconds(20);
             var message = new HttpRequestMessage(HttpMethod.Post, url);
             message.Content = data;