You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can take upwards of several minutes to run a Chocolatey command on a Hosted Azure Build Agent, and it can take over 6 minutes to force an installation of Chocolatey.
When running choco list -lo as an example, it seems to stall at the following point:
When forcing the installation of Chocolatey, it stalls at this point:
And then it succeeds:
Not sure exactly why these operations take so long, but think it is something on the build agent, rather than Chocolatey itself.
Oh - pending packages?! Yes, that is something that got a perf hit. Let me get you the PR and issue number - due to be released in Chocolatey v0.10.16.
@ferventcoder The 6 minutes for the installation is pretty much spent the whole time stuck at the line that is shown on the screenshot, I.e. restricting write permissions.
It can take upwards of several minutes to run a Chocolatey command on a Hosted Azure Build Agent, and it can take over 6 minutes to force an installation of Chocolatey.
When running
choco list -lo
as an example, it seems to stall at the following point:When forcing the installation of Chocolatey, it stalls at this point:
And then it succeeds:
Not sure exactly why these operations take so long, but think it is something on the build agent, rather than Chocolatey itself.
@flcdrg @ferventcoder any ideas on how to improve this?
The text was updated successfully, but these errors were encountered: