Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Supports timeout for big installation files like iso? #70

Open
lmayorga1980 opened this issue Jul 17, 2015 · 3 comments
Open

Comments

@lmayorga1980
Copy link

I have a nuget package that downloads an iso file 2.5GB and mounts the media in order to install. The whole process takes around 600 seconds and I was wondering if this module supports timeout. Otherwise, will have to use the exec resource type.

@ferventcoder
Copy link
Contributor

It really depends on what choco version you have running behind the scenes -

choco -h

     --execution-timeout=VALUE
     CommandExecutionTimeoutSeconds - Override the default execution timeout
       in the configuration of 2700 seconds.

https://github.com/chocolatey/choco/wiki/CommandsReference#default-options-and-switches

@ferventcoder
Copy link
Contributor

Sorry, apparently I don't have a label for questions. :/

@ferventcoder
Copy link
Contributor

Oh - and you would pass it as part of install_options.

DavidS pushed a commit to DavidS/puppetlabs-chocolatey that referenced this issue Mar 24, 2017
[MODULES-4556] Remove PE requirement from metadata.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants