Merge pull request #1239 from al-cheb/al-cheb/windows-update-wait-timeout

[Windows] Increase windows update restart timeout to 30 min
This commit is contained in:
Maxim Lobanov
2020-07-15 20:56:19 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -890,7 +890,7 @@
}, },
{ {
"type": "windows-restart", "type": "windows-restart",
"restart_timeout": "10m" "restart_timeout": "30m"
}, },
{ {
"type": "powershell", "type": "powershell",

View File

@@ -895,7 +895,7 @@
}, },
{ {
"type": "windows-restart", "type": "windows-restart",
"restart_timeout": "10m" "restart_timeout": "30m"
}, },
{ {
"type": "powershell", "type": "powershell",