swellaby / dev-setup-windows

Scripts and utilities for setting up a dev environment for working on Swellaby repos
MIT License
0 stars 0 forks source link

Increase timeout period on Windows install #3

Closed calebcartwright closed 3 years ago

calebcartwright commented 5 years ago

The choc install for Visual Studio sometimes exceeds the default timeout period for chocolatey. Need to add another flag to extend the time period to prevent the timoue

calebcartwright commented 5 years ago

https://github.com/chocolatey/choco/wiki/CommandsReference

--timeout, --execution-timeout=VALUE
CommandExecutionTimeout (in seconds) - The time to allow a command to 
 finish before timing out. Overrides the default execution timeout in the 
 configuration of 2700 seconds. '0' for infinite starting in 0.10.4.