We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d060981 commit 6fbbe12Copy full SHA for 6fbbe12
.github/workflows/ci_codebuild-tests.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
40
aws-region: us-west-2
41
- role-duration-seconds: 4200
+ role-duration-seconds: 3600
42
- name: Run python-${{ matrix.python.python_version }} ${{ matrix.codebuild_file_name }}
43
uses: aws-actions/aws-codebuild-run-build@v1
44
timeout-minutes: 70
0 commit comments