Skip to content

Commit 009c25a

Browse files
committed
Fix Integ Test security token expired
1 parent 44abec6 commit 009c25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
7676
aws-region: us-west-2
77-
role-duration-seconds: 3600
77+
role-duration-seconds: 14400
7878
- name: Run Integration Tests in Python ${{ matrix.python-version }}
7979
uses: aws-actions/aws-codebuild-run-build@v1
8080
with:

0 commit comments

Comments
 (0)