Skip to content

Commit

Permalink
Update windows boot delay from 7.5 seconds to 180 seconds (#501)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Oct 28, 2024
1 parent 3720cdb commit 3fe257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compute/agent-node-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3fe257c

Please sign in to comment.