Skip to content

Commit

Permalink
Merge pull request CosmosOS#2920 from GoldenretriverYT/give-vmware-a-…
Browse files Browse the repository at this point in the history
…bit-more-time-to-launch

Give VMWare more time to attach
  • Loading branch information
valentinbreiz authored Jan 24, 2024
2 parents f7fd569 + 061fa7f commit e85a69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Cosmos.Debug.Hosts/VMware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
Expand Down

0 comments on commit e85a69c

Please sign in to comment.