@ -328,7 +328,7 @@ namespace Myshipping.Application
try
{
var res = await url.SetClientTimeout(180).SetHttpMethod(HttpMethod.Post)
var res = await url.SetClientTimeout(900).SetHttpMethod(HttpMethod.Post)
.SetBody(JSON.Serialize(info), "application/json")
.SetContentEncoding(Encoding.UTF8)
.PostAsync();