CS-15689. Part 2. Removing timeout during login to netscaler

This commit is contained in:
Vijay 2012-07-26 11:41:12 +05:30 committed by Srikanteswararao Talluri
parent 36bec30632
commit 49b9da3dfc
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ public class NetscalerResource implements ServerResource {
// interface to interact with service VM of the SDX appliance
com.citrix.sdx.nitro.service.nitro_service _netscalerSdxService;
Long _timeout = new Long(0);
Long _timeout = new Long(100000);
base_response apiCallResult;
public NetscalerResource () {