We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d839604 commit c1b4421Copy full SHA for c1b4421
1 file changed
templates/aws-stack.yml
@@ -1189,7 +1189,7 @@ Resources:
1189
LifecycleTransition: autoscaling:EC2_INSTANCE_LAUNCHING
1190
# We give instances five minutes to respond to this hook else we abandon
1191
# them
1192
- HeartbeatTimeout: 300
+ HeartbeatTimeout: !If [ UseLinuxAgents, 300, 600 ]
1193
1194
BootHookRule:
1195
Type: AWS::Events::Rule
@@ -1249,7 +1249,7 @@ Resources:
1249
InstanceIds:
1250
- "{{ InstanceId }}"
1251
Parameters:
1252
- executionTimeout: "300"
+ executionTimeout: "600"
1253
commands:
1254
- nssm start buildkite-agent
1255
- name: CompleteLifecycleAction
0 commit comments