We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009c25a commit ea8db87Copy full SHA for ea8db87
.github/workflows/codebuild-ci.yml
@@ -55,7 +55,7 @@ jobs:
55
with:
56
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
57
aws-region: us-west-2
58
- role-duration-seconds: 3600
+ role-duration-seconds: 14400
59
- name: Run Unit Tests in Python ${{ matrix.python-version }}
60
uses: aws-actions/aws-codebuild-run-build@v1
61
0 commit comments