visualstudio may not finish installing all components #1222
Labels
🐛 bug
Something isn't working
🌀 FLARE-VM
A package or feature to be used by FLARE-VM
❔ discussion
Further discussion is needed
Milestone
Details
I get the a timeout error (more than 45 minutes) when installing visualstudio.vm, which comes from running the following command:
The package still gets installed correctly. I suspect this is because of the bug chocolatey/choco#3487 (which in this case is a feature 😅).
This is the relevant part of the output:
The error persist if I install visualstudio.vm with
--execution-timeout 6000
, likely becausevisualstudio2022community
is not installed as a dependency because of the arguments that we need to provide. We could add the--execution-timeout 6000
to thevisualstudio2022community
installation command, not sure if that would fix it. This change could also increase the daily running time. @mandiant/vms any ideas? Is there a better way to pass the arguments?The text was updated successfully, but these errors were encountered: