Skip to content

Commit 980b82d

Browse files
authored
update role duration seconds (#606)
1 parent 0f6f292 commit 980b82d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- uses: aws-actions/[email protected]
125125
with:
126126
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
127-
role-duration-seconds: 1200
127+
role-duration-seconds: 7200
128128
aws-region: ${{ matrix.aws_region }}
129129
- name: Get terraform directory
130130
run: |

.github/workflows/main-build-python38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: aws-actions/[email protected]
5050
with:
5151
role-to-assume: ${{ secrets.INTEG_TEST_LAMBDA_ROLE_ARN }}
52-
role-duration-seconds: 1200
52+
role-duration-seconds: 7200
5353
aws-region: us-east-1
5454
- name: Patch ADOT
5555
run: ./patch-upstream.sh

0 commit comments

Comments
 (0)