wyq 1 year ago
parent
commit
4205074539
1 changed files with 1 additions and 1 deletions
  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;