Skip to content

Commit

Permalink
use a large timeout for top level boxstarter package
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrock committed Dec 17, 2015
1 parent 7f42e28 commit ea8b111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Boxstarter.Chocolatey/Invoke-ChocolateyBoxstarter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ function Download-Package([string[]]$bootstrapPackage) {
}
$source = "$($Boxstarter.LocalRepo);$((Get-BoxstarterConfig).NugetSources)"
write-BoxstarterMessage "Installing $($bootstrapPackage.Count) packages from $source" -Verbose
Chocolatey install $bootstrapPackage -source $source -force:$force
Chocolatey install $bootstrapPackage -source $source -force:$force -execution-timeout 86400
}

0 comments on commit ea8b111

Please sign in to comment.