diff --git a/src/Tools/vmOpsTool/Constants.java b/src/Tools/vmOpsTool/Constants.java index 8e42b02..158a00b 100644 --- a/src/Tools/vmOpsTool/Constants.java +++ b/src/Tools/vmOpsTool/Constants.java @@ -29,6 +29,6 @@ public class Constants { public static final String POWER_OFF_VM_ACTION = "poweroff"; public static final String TASK_ID = "735d144e-55fe-44d6-b687-db9031b6e70b"; - public static final int START_STOP_MAX_WAIT_IN_MINUTES = 5; + public static final int START_STOP_MAX_WAIT_IN_MINUTES = 10; public static final int OPERATION_MAX_WAIT_IN_MINUTES = 60; } diff --git a/src/VMWare.md b/src/VMWare.md index 7d14b6f..5727df1 100644 --- a/src/VMWare.md +++ b/src/VMWare.md @@ -87,7 +87,7 @@ Visual Studio Team Services or Team Foundation Server requires a service connect ![Power On or Delete VMware VMs](Images/PowerOnVMs.png) -2. The **Power-On/Shutdown Virtual Machines** action, waits till the guest operating system in the virtual machines has started. For this to work properly, VMware Tools™ needs to be installed in the guest operating system. If the VMware Tools are not installed, then the task will wait for 5 minutes after the virtual machines have powered on and return successfully. +2. The **Power-On/Shutdown Virtual Machines** action, waits till the guest operating system in the virtual machines has started. For this to work properly, VMware Tools™ needs to be installed in the guest operating system. If the VMware Tools are not installed, then the task will wait for 10 minutes after the virtual machines have powered on and return successfully. ### **Using VMware Resource Deployment task to Deploy Virtual Machines using Template** @@ -119,5 +119,5 @@ For further information or to resolve issues, contact RM_Customer_Queries at Mic | Version | Date | Details | | --------|---------|-------| -| 0.2.0 | 02/29/2016 | Added support for Shutdown, Power-Off virtual machines & bug fixes. | +| 0.2.0 | 03/02/2016 | Added support for Shutdown, Power-Off virtual machines & bug fixes. | | 0.1.0 | 02/17/2016 | Added support for Create VM, Snapshot actions, and Delete virtual machines. |