Increase the default web operation timeout (#484)

* Increase the default web operation timeout

Signed-off-by: Dimitar Milov <dmilov@vmware.com>

* Increament module version

Signed-off-by: Dimitar Milov <dmilov@vmware.com>
This commit is contained in:
dmilov
2021-09-07 11:24:51 +03:00
committed by GitHub
parent 1710f7ccbd
commit 173c08216e
8 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
RootModule = 'VMware.vSphere.SsoAdmin.psm1'
# Version number of this module.
ModuleVersion = '1.3.4'
ModuleVersion = '1.3.5'
# Supported PSEditions
# CompatiblePSEditions = @()

View File

@@ -25,7 +25,7 @@ namespace VMware.vSphere.SsoAdminClient
{
public class SsoAdminClient
{
private const int WEB_OPERATION_TIMEOUT_SECONDS = 30;
private const int WEB_OPERATION_TIMEOUT_SECONDS = 300;
private SsoPortTypeClient _ssoAdminBindingClient;
private UserPassSecurityContext _securityContext;