Added UpdateTimeout

This commit is contained in:
Miodrag Milic
2016-10-22 13:08:17 +02:00
parent ab981870d5
commit a191e3d171
+5 -4
View File
@@ -5,10 +5,11 @@ param([string] $Name, [string] $ForcedPackages, [string] $Root = $PSScriptRoot)
if (Test-Path $PSScriptRoot/update_vars.ps1) { . $PSScriptRoot/update_vars.ps1 }
$Options = [ordered]@{
Timeout = 100 #Connection timeout in seconds
Threads = 10 #Number of background jobs to use
Push = $Env:au_Push -eq 'true' #Push to chocolatey
PluginPath = '' #Path to user plugins
Timeout = 100 #Connection timeout in seconds
UpdateTimeout = 1200 #Update timeout in seconds
Threads = 10 #Number of background jobs to use
Push = $Env:au_Push -eq 'true' #Push to chocolatey
PluginPath = '' #Path to user plugins
Report = @{
Type = 'markdown' #Report type: markdown or text