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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user