diff --git a/source/Cosmos.Debug.Hosts/VMware.cs b/source/Cosmos.Debug.Hosts/VMware.cs index d90e82ba7b..7228d56dcd 100644 --- a/source/Cosmos.Debug.Hosts/VMware.cs +++ b/source/Cosmos.Debug.Hosts/VMware.cs @@ -102,7 +102,7 @@ public override void Start() { mProcessesAfter = Process.GetProcessesByName("vmware-vmx"); while (mProcessesAfter.Length == mProcessesBefore.Length) { - if (watch.Elapsed.Seconds == 15) + if (watch.Elapsed.Seconds == 45) { watch.Stop(); throw new TimeoutException("VMware Workstation took too long to launch!");