From 8a086468b95fa499eb984d6103f5ccf3f7fea61c Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 28 Oct 2024 17:19:50 -0400 Subject: [PATCH] Update windows boot delay from 7.5 seconds to 180 seconds Signed-off-by: Peter Zhu --- lib/compute/agent-node-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compute/agent-node-config.ts b/lib/compute/agent-node-config.ts index 107a6b1..cddddc4 100644 --- a/lib/compute/agent-node-config.ts +++ b/lib/compute/agent-node-config.ts @@ -327,7 +327,7 @@ export class AgentNodeConfig { amiType: { windowsData: { - allowSelfSignedCertificate: false, bootDelay: '7.5', specifyPassword: false, useHTTPS: false, + allowSelfSignedCertificate: false, bootDelay: '180', specifyPassword: false, useHTTPS: false, }, }, associatePublicIp: false,