From 3069e69cc5afc64453898f4b65625d725a936b69 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov Date: Wed, 15 Jul 2020 14:05:34 +0300 Subject: [PATCH] increase windows update restart timeout to 30 min --- images/win/Windows2016-Azure.json | 2 +- images/win/Windows2019-Azure.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/win/Windows2016-Azure.json b/images/win/Windows2016-Azure.json index 8096a7c0..a3ef3f45 100644 --- a/images/win/Windows2016-Azure.json +++ b/images/win/Windows2016-Azure.json @@ -896,7 +896,7 @@ }, { "type": "windows-restart", - "restart_timeout": "10m" + "restart_timeout": "30m" }, { "type": "powershell", diff --git a/images/win/Windows2019-Azure.json b/images/win/Windows2019-Azure.json index d45e2583..1a8ae2df 100644 --- a/images/win/Windows2019-Azure.json +++ b/images/win/Windows2019-Azure.json @@ -901,7 +901,7 @@ }, { "type": "windows-restart", - "restart_timeout": "10m" + "restart_timeout": "30m" }, { "type": "powershell",