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:
@@ -12,7 +12,7 @@
|
|||||||
RootModule = 'VMware.vSphere.SsoAdmin.psm1'
|
RootModule = 'VMware.vSphere.SsoAdmin.psm1'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '1.3.4'
|
ModuleVersion = '1.3.5'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -25,7 +25,7 @@ namespace VMware.vSphere.SsoAdminClient
|
|||||||
{
|
{
|
||||||
public class SsoAdminClient
|
public class SsoAdminClient
|
||||||
{
|
{
|
||||||
private const int WEB_OPERATION_TIMEOUT_SECONDS = 30;
|
private const int WEB_OPERATION_TIMEOUT_SECONDS = 300;
|
||||||
|
|
||||||
private SsoPortTypeClient _ssoAdminBindingClient;
|
private SsoPortTypeClient _ssoAdminBindingClient;
|
||||||
private UserPassSecurityContext _securityContext;
|
private UserPassSecurityContext _securityContext;
|
||||||
|
|||||||
Reference in New Issue
Block a user