Skip to content

Commit a4e38f8

Browse files
Merge pull request #422 from NHSDigital/apm-3392-retry-on-role-timeout
APM-3392 Increase minimum aws role duration remaining
2 parents c418389 + a342410 commit a4e38f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/remove-old-ecs-pr-deploys/tasks/remove-ecs-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
(ASSUME_ROLE_EXPIRY | to_datetime('%Y-%m-%dT%H:%M:%SZ')) -
1818
(ansible_date_time.iso8601 | to_datetime('%Y-%m-%dT%H:%M:%SZ'))
1919
).total_seconds()
20-
) < ( 1200 | int)
20+
) < ( 1500 | int)
2121
2222
- name: check api_environment
2323
fail:

0 commit comments

Comments
 (0)